html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
:focus{ outline:none;}
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background:#123971;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: none;
	cursor: pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	text-decoration: none;
	color:#CFB52B;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
h2.related{
	color: #123971;
	font-size: 13pt;
}
/* layout */
#review{}
#divbg{
	background:#123971 url('../image/bodybg.jpg') repeat;
}
#containerwrapper {
	width: 100%;
	height: 100%;
	text-align:center;
	margin:0;
	padding:0;
}
#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background:#FFFFFF;
	border-top:2px #CFB52B  solid;
	border-right:2px #CFB52B   solid;
	border-left:2px #CFB52B  solid;
}
#headerwrapper {
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
}
#header {
	position: relative;
	width:960px;
	text-align:left;
	padding:0;
	margin:auto;
}
#header .div1 {
	height:150px;
	padding:0;
	margin:0;
}
#header .div2 {
	position: relative;
	top: 10px;
	left: 0px;
}
#header #crown{
	position: absolute;
	top: 5px;
	left: 410px;
}
#header #flashbanner {
	width: 350px;
	height: 140px;
	position: absolute;
	top: 5px;
	left: 280px;
	background-color:#123971;
}
#header .div3 {
	height: 62px;
	position: absolute;
	top: 5px;
	right: 0px;
	padding:0;
	margin:0;
}
#header .div3 input{
	border: 1px solid #333333;
	background-color:#DFDFDF;
}
a.searchbutton {
	background: transparent url('../image/srcharrow.png') no-repeat 60px 8px;
	color: #CCCCCC;
	display: inline-block;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	margin: 0;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.searchbutton span {
	display: inline-block;
	padding: 5px 0 5px 5px;
}
a.searchbutton:hover {
	color:#999999;
}
#header .div4 {
	position: absolute;
	top: 130px;
	right: 5px;
	padding:0;
	margin:0;
	text-align:right;
}
#header .div4 a {
	padding: 0;
	margin: 0 0 0 10px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font: normal 9pt Verdana, Arial, Helvetica, sans-serif;
	display:inline-block;
}
#header .div4 a:hover {
	color:#999999;
}
#header #module_cart{
	position: absolute;
	top: 40px;
	right: 0;
	padding:0;
	margin:0;
	text-align: left;
	border:1px solid #CFB52B;
	width:295px;
	height:75px;
	background: url('../image/basketbg.jpg') no-repeat top left;
}
#header #module_cart .middle{
	float:left;
	width:69%;
	padding:0;
	margin:0;
}
#header #module_cart .nav{
	float:right;
	width:31%;
	padding:0;
	margin:0;
}
#header #module_cart a{
	color:#CFB52B;
	font: normal 10pt;
	text-decoration:none;
}
#header #module_cart a:hover{
	color:#999999;
}
.basketinfotxt{
	float:left;
	display:block;
	margin:45px 0 0 5px;
}
.baskettxt{
	float:right;
	display:block;
	margin:32px 5px 0 0;
}
.checkouttxt{
	float:right;
	display:block;
	margin:8px 5px 0 0;
}
#breadcrumb {
	float:right;
	padding-top: 7px;
	padding-bottom: 11px;
	padding-left: 10px;
	height: 13px;
	margin: 0;
	color: #999;
	width:740px;
}
#breadcrumb a{
	text-decoration:none;
}
#column_left {
	float: left;
	width: 200px;
	margin: -30px 20px 0 0;
}
#leftbannerad {
	float: left;
	margin: 0 0 10px 10px;
	padding: 0 0 10px 0;
}
#news p{
	font-weight:normal;
	font-size:12px;
}
#content {
	float: right;
	width: 730px;
	margin: 0 10px 10px 0;
	padding:0;
}
#content .top {
	padding: 8px 0px 6px 0;
	margin: 0px;
	border-bottom: 1px solid #DDDDDD;
}
#content .top h1, .heading {
	color: #123971;
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
#content .feature {
	margin: 10px 0 0 0;
	padding:0;
}
#content .feature p{
	color:#CFB52B;
	font-weight:bold;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 10px 10px 1px 0;
	min-height: 380px;
	font-weight:normal;
	font-size:12px;
}
#content .bottom {
	height: 5px;
}
.boxbasket {
	margin: 0 0 0 10px;
}
.boxbasket .top {
	padding: 8px 0px 6px 7px;
	color: #123971;
	font-size: 12pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color:#EAEAEA;
}
.boxbasket .top img {
	float: left;
	margin-right: 5px;
}
.boxbasket .middle {
	background: #FFFFFF;
	padding: 10px;
}
.boxbasket .bottom {
	height: 5px;
}
.box {
	margin: 0 0 0 10px;
}
.box p{color: #000080;}
.box .top {
	padding: 8px 0px 6px 7px;
	color: #123971;
	font-size: 12pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color:#EAEAEA;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.cleared{
	clear:both;
}
a.button {
	background: transparent url('../image/button_right.png') no-repeat scroll top right;
	color: #123971;
	display: inline-block;
	font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	margin-right: 6px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
}
a.button span {
	background: transparent url('../image/button_left.png') no-repeat;
	display: inline-block;
	padding: 5px 0 5px 18px;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	clear: both;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.list {
	margin-bottom: 10px;
	width: 100%;
}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	display: block;
	width: 100%;
	margin-bottom: 0px;
}

.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #123971;
	border-bottom: 1px solid #123971;
	border-left: 1px solid #123971;
	border-right: 1px solid #123971;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	color: #CFB52B;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #123971;
	background: #FFFFFF;
	display: inline-block;
	padding: 10px;
	display: block;
	width: 675px;
	clear: both;
	z-index: 2;
	margin-bottom: 10px;
}
#tab_description p{color:#000000!important;}
#footerwrapper {
	width: 100%;
	text-align:center;
	clear: both;
}
#footer {
	width: 960px;
	padding: 5px 0 0 0;
	clear: both;
	background:#FFFFFF;
	border-top: 1px solid #DDDDDD;
	margin:auto;
	border-bottom:2px #CFB52B  solid;
	border-right:2px #CFB52B  solid;
	border-left:2px #CFB52B  solid;

}
#footer2 {
	width: 960px;
	padding: 5px 0 50px 0;
	clear: both;
	margin:auto;
}
#footer2 ul{
	list-style:none;
	padding:0;
	margin:0;
}
#footer2 ul li{
	float:right;
	text-align:center;
	padding:0;
	margin:0;
}
#footer2 ul li a{
	display: inline-block;
	padding: 2px 5px;
	margin: 0;
	color:#FFFFFF;
	text-decoration:none;
}
#footer2 ul li a:hover{
	color: #CFB52B;
}
#footer .div1 {
	float: left;
	text-align: left;
	margin: 0 0 0 10px;
}
#footer .firsttextblock {
	float: left;
	text-align: left;
	margin: 0 0 0 10px;
	height:90px;
	width:120px;
	padding:10px;
}
#footer .firsttextblock h3{
	font-size:10pt;
	font-weight:bold;
	padding:0;
	margin:0;
	color: #B0B0B0;
	text-transform:uppercase;
}
#footer .firsttextblock h3:hover{
	color:#333333;
}
#footer .firsttextblock span{
	font-size:9pt;
	display:block;
	text-transform:none;
	margin-top:10px;
}
#footer .textblock {
	float: left;
	text-align: left;
	margin: 0 0 0 10px;
	border-left: 1px #DDDDDD solid;
	height:90px;
	width:120px;
	padding:10px;
}
#footer .textblock h3{
	font-size:10pt;
	font-weight:bold;
	padding:0;
	margin:0;
	color: #B0B0B0;
	text-transform:uppercase;
}
#footer .textblock h3:hover{
	color:#333333;
}
#footer .textblock span{
	font-size:9pt;
	display:block;
	text-transform:none;
	margin-top:10px;
}
#footer .rbs {
	float: right;
	text-align: center;
	margin: 5px 10px 0 0;
	width:167px;
	height:59px;
	background: url('../image/rbs.jpg') no-repeat;
}
#footer .powered {
	float: right;
	text-align: right;
	margin: 0 10px 0 0;
	clear:right;
	width:230px;
	color:#000000;
	font-weight:normal;
}
#footer .powered a{
	color:#1B57A3;
	font-size:10px;
}
#footer .powered a:hover{
	color: #CFB52B!important;
}
.boxcategory {
	margin: 0 0 0 10px;
}
.boxcategory .top {
	padding: 8px 0px 6px 7px;
	color: #123971;
	font-size: 12pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color:#EAEAEA;
}
.boxcategory .middle {
}
.boxcategory .bottom {
}
#category ul {
	padding:0;
	margin: 0;
	list-style: none;
}
#category ul li a{
	padding: 2px 10px;
	display: block;
	width: 170px;
	text-decoration:none;
	color:#333333;
	font-size:11pt;
}
#category ul li ul li a{
	text-indent:5px;
}
#category ul li a:hover{
	background-color: #DDDDDD;
	text-decoration:none;
	color:#CFB52B;
}
.boxinformation {
	margin: 0 0 0 10px;
}
.boxinformation .top {
	padding: 8px 0px 6px 7px;
	color: #123971;
	font-size: 12pt;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	background-color:#EAEAEA;
}
.boxinformation .middle {
}
.boxinformation .bottom {
}
#information ul {
	padding:0;
	margin: 0;
	list-style: none;
}
#information ul li a{
	padding: 2px 10px;
	display: block;
	width: 170px;
	text-decoration:none;
	color:#333333;
	font-size:11pt;
}
#information ul li ul li a{
	text-indent:5px;
}
#information ul li a:hover{
	background-color: #CCCCCC;
	text-decoration:none;
}
.prodoptions{
	background: #F7F7F7; 
	border: 1px solid #D9DBDF; 
	padding: 10px; 
	margin-top: 2px; 
	margin-bottom: 15px;
}
.discountoptions{
	background: #F7F7F7; 
	border: 1px solid #D9DBDF;
	padding: 10px;
	margin-top: 2px; 
	margin-bottom: 15px;
}
.addtocart{
	padding: 10px;
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

