﻿* { 
-moz-box-sizing: border-box;
-moz-box-sizing: content-box;
-moz-box-sizing: padding-box;

-ms-box-sizing: border-box;
-ms-box-sizing: content-box;


}

body{
	font-size:12px;
	text-align:center;
	background-color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-image:url(../images/bg2.jpg);
}

#wrapper {
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	width: 953px;
	background-color:#FFFFFF;
	padding:20px;
}
  
/* global styles */
a { text-decoration:none; color:#333333; }
a:hover { text-decoration:underline; color:#CC3300; }
a img { border:0px; }
form { margin:0px; }
hr { background:none; height:1px; border:0px; border-top:1px solid #ccc; }



/* Logo and minicart */
#header {
	float:left;
	width: 100%;
	border-top:6px solid #000000;
	
	/*margin-bottom:10px;*/
}
#header .logo {
	float: left;
	text-align:left;
	width: 500px;
	margin-top:3px;
	margin-bottom:2px;
	
}
#header .basket {
	float: right;
	text-align:right;
	width: 200px;
	height:60px;
	margin-top:17px;
	
}
#header img {
	margin:0px;
}
#header td.headerlinks { /* mini cart */
	width:300px;
	text-align:right;
	vertical-align:middle;
	margin-top:15px;
	color:#999;
	padding-right:10px;
	line-height:16px;
}
#header a {
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}
#header a:hover { text-decoration:underline; color:#CC0000}

/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
	color: #000000;
	font-style: normal;
	font-weight: bold;
	text-align: right;	
}

/*formats the links in the minicart*/
.cartminilinks{
	color: #333333;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.cartminilinks a:link{
	color: #333333;
		font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:visited{
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:hover{
	color: #FF0000;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
.cartminilinks a:active{
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	text-align: left;
}


/* Horizontal navigation */
#nav { 
	clear: both;
	background:black;
	height: 60px;
}

table#horiz_nav {	/* table is generated via shopa_navigation_create.asp */
	-moz-box-sizing: padding-box;
  	box-sizing: padding-box;
	padding:0px;
	width:100%;
	height: 60px;	
	border-collapse:collapse;
	background: black url('../images/blockdefault.gif') center center repeat-x;
}

table#horiz_nav td {
	text-align:left;
	padding:0px;
	height: 60px;
}

table#horiz_nav td a {
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	display:block;
	text-align:left;
	padding:8px 8px;
	color:#FFFFFF;
	text-decoration:none;
	border-right:1px solid #EEEEEE;
	height: 44px;

}
table#horiz_nav td.last a { border-right:0px; }
table#horiz_nav td a:hover { color:#FFFFFF; background: transparent url('../images/blockactive.gif') center center repeat-x; text-decoration:none;}

/* Horizontal navigation drop down menu
   do not remove or modify styles listed 
   under "Do Not Change" */
table#horiz_nav ul {
	/* Do not change  */
	position:absolute;
	left: -999em;
	padding:0px;
	margin:0px;
	list-style-type:none;
	
	/* Styles */
	background:black;
	border-right:1px solid #eee;
	text-align:left;
	width:150px;
}

/* Do not change  */
#horiz_nav td:hover ul { left: auto; }
#horiz_nav td.sfhover ul { left: auto; }

#horiz_nav ul li { /* submenu */
	/* Do not change */
	display:block;
	margin:0px;
	background: transparent url('../images/blockactive.gif') center center repeat-x;
	/* Styles */
	line-height:22px;;
}

table#horiz_nav ul li a { /* submenu links */
	/* Do not change */
	display:block;
	background: transparent url('../images/blockactive.gif') center center repeat-x;
	
	/* Styles */
	padding:0px 10px !important;
	border-bottom:1px solid #EEEEEE;
	border-right:0px;
	text-align:left;
}


/* Utility bar includes login links
   welcome note and quick search box */
#utilbar {
	clear: both;
	width:990px;
	border-bottom:0px solid #D7D7D7;
	margin-top:12px;
	color:#999999;
	height:40px;
}

#utilbar form { display:inline; }
#utilbar a { color:#FFFFFF; text-decoration:none; }
#utilbar a:hover { color: #CC0000; text-decoration:underline;
}

#utilbar .utiltext{
	float: left;
	width:770px;
	color:#FFFFFF;
	text-align:right;
	height:40px;
	margin-top:6px;
	font-size: 11px
}
#utilbar .utilsearch{
	float: right;
	width:200px;
	color:#999999;
	height:40px;
}
#innerlayout {
	float: left;
	width:100%;
	text-align:left;
} 
/* Encloses all content area under utilbar */
#all { 
	margin-top:0px;
	padding-bottom:0px;
}


/* Extra styles for category navigation */
#catnav ul { margin:0px 0px; }

/* Main content area */
#main {
	text-align:left;
}

#main table td { text-align:left; }
#main td { font-size:100%; }
#main td td { font-size:100%; }

/* Top content box on home page */
#homecontent {
	border:1px solid #D7D7D7;
	padding:10px;
	color:#666;
	margin-bottom:5px;
	text-align:left;
}

#homecontent h1 { color:#333333; }
#homecontent p { margin-right:180px; }
#homecontent img { margin-right:10px; }

/* content area styles */
#content {
	padding:0px 0px 0px 0px;
	text-align:left;
}

/* Footer */
#footer {
	clear: both;
	width: 950px;
	font-size: 12px;
	height: 35px;
	padding-top:8px;
	text-align:left;
	
}

/* Alphabet listing */
#footer .alphabet {
	background:#D7D7D7;
	margin-bottom:10px;
	padding:3px 10px;
	font-size:90%;
}

#footer a {
	color:#454545;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

/*formats the search box in header file.*/
.searchfield{
	background-color: #FFFFFF;
	border: solid 1px #333333;
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	height: 16px;
	padding-top:2px;
	padding-left:2px;
	 border:1px solid #666666;
}

/*formats the display of the form elements throughout the front end*/
.imgbtn { border:0px; }

.txtfield{
	background-color: #FFFFFF;
	border-bottom-color: #666666;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-color: #666666;
	border-left-style: solid;
	border-left-width: 1px;
	border-right-color: #666666;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-color: #666666;
	border-top-style: solid;
	border-top-width: 1px;
	color: #333333;
}

.txtfielddropdown{
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

.submitbtn {
   color:#FFFFFF;
   background-color: #CC0000;
   font-size: 12px;
   font-weight: bold;
   border:1px solid #666666;
   height:22px;
}

/* General styles */
.menuhdr{
	background-color : #B3B7BB;
	color : White;
	font-size : 11px;
	font-weight : bold;
	padding : 3px 5px;
	text-align : left;
}

.menubdr{
	background-color : #B3B7BB;
}

.dashed{
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	background-color : #F7F7F7;
}

/* Left menu styles; no longer used in 6.50 */
.leftmenumain a{
	border-top : 1px solid #D3D3D3;
	display: block;
}
.leftmenumain{
	background-color: #F7F7F7;
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
	text-align: left;
}
.leftmenumain a:link{
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:visited{
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.leftmenumain a:hover{
	background-color: #EEEEEE;
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: none;
	width: 100%;
}
.leftmenumain a:active{
	color: #333333;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	padding-bottom: 7px;
	padding-left: 4px;
	padding-top: 6px;
	text-align: left;
	text-decoration: underline;
	width: 100%;
}
.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

/*formats the header text throughout the site*/
.txtheader{
	color: #000000;
	font-size: x-small;
	font-style: normal;

}

.hdrproduct{
	color: #000000;
	font-size: x-small;
	font-style: normal;
	font-weight: bold;
}

/* Styles to be use in 6.50 */
#main {
	line-height:18px;
	width:75%;
}

/* breadcrumbs */
div.breadcrumb {
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height:23px;
	text-align:left;
	color:#000;
	margin-bottom:-1px;
	border-top: solid 1px #000000;
	border-bottom: solid 1px #000000;
	padding-top: 8px;
	margin-top:6px;
}

div.breadcrumb a { 
	text-decoration:none; 
}
div.breadcrumb a:hover { 
	text-decoration:underline;
}

/* Main area text styles */
#main h1 {
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	font-size:21px;
	margin:0px 0px 15px 0px;
	color:#000000;
	text-align:left;
	text-transform:capitalize;
}

#main h2 {
	text-align:left;
	margin:0px 0px 10px 0px;
	font-size:21px;
	text-transform:capitalize;
}

#main h2.picheader { /* Heading style for headings with picture, e.g. shopcustomer.asp */
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#CCCCCC;
	text-align:left;
	padding:10px 5px 10px 50px;
	margin:0px;
}

/* compare products styles */
.applyoverflow {
	overflow-x:auto;
	overflow-y:hidden;
	width:100%;
	padding-bottom:50px;
}

table.tbl_compare {
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table.tbl_compare td {
	vertical-align:top;
	text-align:left;
	padding:0px 10px;
}

table.tbl_compareproduct {
	border-collapse:inherit;
	line-height:18px;
}

table.tbl_compareproduct td {
	padding:3px 0px;
}

/* Customer service and Affiliate service page (shopcustadmin.asp,shopaffadmin.asp) */
table.customerservice {
	width:100%;
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	border-collapse:collapse;
}

table.customerservice th {
	height:35px;
	background-position:1% 50%;
	background-repeat:no-repeat;
	font-weight : bold;
	color:#333;
	font-size:12px;
	border-bottom:1px solid #CCCCCC;
	background-color:white;
	text-align:left;
	padding-left:50px;
	vertical-align:middle;
}

table.customerservice td {
	padding:10px;
}

table.customerservice ul {
	margin:0px;
	padding:0px 0px 0px 0px;
}

/* standard table display */
.std_table {
	background:#F9F9F9;
	border:1px solid #CCCCCC !important;
	margin-bottom:10px;
	padding:10px;
	text-align:left;
	vertical-align:top;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
}

.std_table table { 
	border-collapse:collapse;
	width:85%;
}

.std_table th { 
	vertical-align:top;
	padding:0px 10px 0px 0px;
	width:35%;
	font-weight:normal;
}
.std_table td {	padding:0px 5px 0px 0px; }

/* Category table (shopdisplaycategories.asp) */
table.tbl_category td {	text-align:left; }

/* shopcustomer.asp form */
table.tbl_customer {
	width:100%;
}

table.tbl_customer th {
	width:35%;
	vertical-align:top;
	text-align:left;
	font-weight:bold;
}

table.tbl_customer td {
	vertical-align:top;
	text-align:left;
}

table.tbl_customer iframe {	/* refer to shoplicense.htm for changing license styles */ 
	width:100%;
}

table.tbl_subproduct {
	border-collapse:collapse;
	margin-right:2px;
	margin-bottom:2px;
	border:1px solid #ddd;
	background:#F7F7F7;
	text-align:center;
	width:100px;
	float:left;
}

table.tbl_subproduct td {
	padding:3px 5px;
}

/* General override styles */
.ac { text-align:center !important; }
.ar { text-align:right !important; }
.al { text-align:left !important; }
.fr { float:right !important; }
.fl { float:left !important; }
.vt { vertical-align:top !important; }
.vm { vertical-align:middle !important; }
.vb { vertical-align:bottom !important; }
.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}
.smlpad { padding:0px !important; }

.pricesmall {}
.price {
}
#quicklinks {
	float: left;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	width: 100%;
	margin-top: 16px;
	border-bottom: solid 5px black;
	font-weight:bold;
	background-image:url(../images/quick_link.gif);
	background-repeat:no-repeat;
}
#quicklinks .content{
	float:left;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	width: 178px;
	margin: 3px 0px 0px 0px;
	padding-left:6px;
	padding-right:6px;
}
#quicklinks ul{
	list-style: none;
	display: block;
	padding-left: 0px;
}
.style1{
	margin-left: 0px;
	text-align:left;
}
#quicklinks li {
	border-bottom: solid 1px #cccccc;
	margin: 1px 0px 0px 0px;
	display: block;
}
#quicklinks a{
	text-decoration: none;
	color: black;
	display: block;
}
#quicklinks a:hover{
	color: #000000;
	background-color: #dddddd;
	text-decoration: none;
}
#quicklinks li.first{
	border-top: 0px;
	margin-top: 40px;
	padding-top: 0px;
	color:#CC0000;
}
#quicklinks .divider {
	margin: 14px 0px 14px 0px;
}
#footer {
	clear: both;
	width: 100%;
	font-size: 12px;
	height: 35px;
	padding-top:8px;
}
#intro {
	float:left;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height: 166px;
	width: 530px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 20px;
	line-height:16px;
}
#adbox{
	float:right;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height: 214px;
	width: 182px;
	border: 1px solid black;
	margin-left:-1px;
	margin-bottom:-1px;
	padding:4px;
}
#largeadbox{
	float:right;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height: 420px;
	width:370px;
	border: 1px solid black;
	margin-left:-1px;
	margin-bottom:-1px;
	padding:4px;
}

h1 {
color:#000000;
font-size: 28px;
line-height: 23px;
font-weight: bold;;
}
h1 .intros{
color: black;
font-size: 28px;
font-weight: normal;
line-height: 28px;
}
#main_image_area {
float:left;
	margin-top:4px;
	background-color:#dddddd;
	margin-bottom:-1px;
}
#product_image_area {
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	clear:both;
	margin-top:12px;
	margin-bottom:-3px;
}
#productintro {
	float:left;
	width: 550px;
	height: 163px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	margin-top:27px;
	margin-right:23px;
	line-height:20px;
}
#productspec {
	float:left;
	width: 550px;
	height: 181px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-right:23px;
	line-height:19px;
}
#adbox_textpage{
	float:left;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height: 181px;
	width:181px;
	border: 1px solid black;
	margin-left:-1px;
	margin-bottom:-1px;
	padding:4px;
}
#adbox_bedrooms{
	float:right;
	-moz-box-sizing: content-box;
  	box-sizing: content-box;
	height: 181px;
	width:362px;
	border: 1px solid black;
	margin-left:-1px;
	margin-bottom:-1px;
	padding:4px;
}