
/*BASE RULES */

body {
	background: #fff;
    margin: 0;
	text-align: center;	
	font-family: "trebuchet MS", Arial, Helvetica;
	color:#444;
	font-size:13px;
	}
	
#container {
       width: 1000px;
       margin: 0 auto;
       text-align: left;
       background: #FFFFFF;
       border-right: 0px solid #CCCCCC;
       border-left: 0px solid #CCCCCC;
    }

#content {
       width: 1000px;	   
	   padding: 10px 0px;
    }

#header {
	
	}

#top-left {
       float:left;
	   padding: 0px 0px 3px 10px;
	   text-align:left;	   
	   border:0px solid blue;
    }
#top-right {
       float:right;
	   padding: 0px;
	   line-height:1.5;
	   text-align:right;	   
	   border:0px solid blue;
	   color:#6B6D9C;
    }
#top-right-print {
       display:none;
    }


#searchbar {
	width:100%;
	height:28px;
	clear:both;
	background-color:#9194B6;
	color:#ffffff;
	
	}
	
#searchbar-left {
	float:left;
	background-color:#9194B6;
	height:28px;
	padding-left:10px;
	font-weight:bold;
	line-height:28px;
	}
input.inputstyle {
	border: 1px solid #ddd;
	width: 125px;	
	outline: none;
	}

input.inputstyle2 {
	width: 180px;	
	outline: none;
	}

input.inputstyle3 {
	position:absolute;
	left:5px;
	top:1px;
	border: 1px solid #fff;
	width: 220px;
	outline: none;
	}

.buttonAsLink{
	height:20px;
	font-family:trebuchet, Arial, Helvetica;
	font-size:11px;
	text-decoration:underline;
	color:#ffffff;
	background-color:#9194B6;
	font-weight:normal;	
	border-width:0;  
	cursor:pointer;	
	}	
.buttonAsLinkWhite{
	height:20px;
	font-family:trebuchet, Arial, Helvetica;
	text-decoration:underline;
	color:#6B6D9C;
	background-color:#ffffff;
	font-weight:normal;	
	border-width:0;  
	cursor:pointer;	
	}	
#printPDF{	
	color:#6E7189;
	background-color:#ffffff;	
	}

#searchbar-right {
	float:right;
	background-color:#9194B6;
	height:28px;
	padding-right:10px;
	/*font-size:11px;*/
	font-weight:bold;
	line-height:28px;
	}
	
#homebadge {
	position:relative;
	float:right; 
	width:300px; 
	height:150px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; 
	text-align:center;
	font-size:1.5em;
	line-height:1.3;
	z-index:1;
}

#homebadgemessage {
	position:absolute; 
	top:5px; 
	right:0; 
	height:95px; 
	width:300px; 
	z-index:100;
	text-align:center;
	color:#662D91;
	font-size:1.5em;
	line-height:1.3;
}

#homebadge2 {
	position:absolute;
	bottom:0;
	left:0;
	float:right; 
	width:200px; 
	height:120px;
	background-color: #fff;
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5; 
	text-align:center;
	line-height:1.3;
	z-index:1;
}

#homebadgemessage2 {
	position:absolute; 
	left:0px; 
	bottom:0px; 
	height:130px; 
	width:200px; 
	z-index:100;
	text-align:center;
	color:#000000;
	font-size:1.2em;
	border:0px solid red;
}

#crumbtrail {
	width:100%;
	padding-bottom:0px;
	font-size:11px;
	}

#crumbtrail a:link {color:#6B6D9C; text-decoration:none;}
#crumbtrail a:visited {color:#6B6D9C; text-decoration:none;}
#crumbtrail a:hover {color:#9DC265; text-decoration:underline;}

#main {
	margin-top:0px;
	padding:0px;
	clear:both;
	min-height:400px;
	vertical-align:top;
	
	border:0px solid red;
	}

#main-table {
	margin-top:0;
	border:0px solid green;
	}
#main-table-print {
	display:none;
	}
#main-left {
	float:left;
	width:175px;
	border:0px solid #cccccc;
	min-height:400px;
	}	
	
#main-center {
	width:680px;
	padding-left:0px;
	padding-bottom:25px;
	margin:0;
	float:left;
	border-left:0px solid #cccccc;
	min-height:400px;
	}

#main-center-wide {
	width:800px;
	padding-left:5px;
	padding-bottom:25px;
	margin:0;
	float:left;
	border-left:0px solid #cccccc;
	min-height:400px;
	}

#main-center-top {
	width:680px;
	height:50px;
	margin:0;
	border:0px solid red;
	}	

.main-center-left {
	clear:left;
	width:315px;
	height:100%;
	margin:0;
	float:left;
	border:0px solid red;
	}

.main-center-right {
	width:315px;
	height:100%;
	margin:0;
	float:right;
	border:0px solid red;
	}

#main-right {
	width:160px;
	height:100%;
	border:0px solid #cccccc;
	}

#bottom-rule {
	clear:both;
	width:100%;
	height:15px;
	line-height:15px;
	}	

#footer {
	clear:both;
	width:100%;
	height:80px;
	border:0px solid red;
	}

#footer-table {
	font-size:12px;
	color:#6B6D9C;
	font-weight:bold;
	}	

a:link {color:#6E7189; text-decoration:underline;}
a:visited {color:#6E7189; text-decoration:underline;}
a:hover {color:#9DC265; text-decoration:none;}

#top-right a:link {color:#6B6D9C; text-decoration:none; font-weight:bold;}
#top-right a:visited {color:#6B6D9C; text-decoration:none; font-weight:bold;}
#top-right a:hover {color:#9DC265; text-decoration:underline; font-weight:bold;}

.faqs a:link {color:#6B6D9C; text-decoration:none;}
.faqs a:visited {color:#6B6D9C; text-decoration:none;}
.faqs a:hover {color:#9DC265; text-decoration:underline;}

#searchbar-right a:link {color:#ffffff; text-decoration:underline; font-weight:bold;}
#searchbar-right a:visited {color:#ffffff; text-decoration:underline; font-weight:bold;}
#searchbar-right a:hover {color:#9DC265; text-decoration:none; font-weight:bold;}

#footer-table a:link {font-color:#6B6D9C; text-decoration:none; font-weight:normal;}
#footer-table a:visited {font-color:#6B6D9C; text-decoration:none; font-weight:normal;}
#footer-table a:hover {font-color:#6E7189; text-decoration:underline; font-weight:normal;}

.plain a:link {color:#6B6D9C; text-decoration:none;}
.plain a:visited {color:#6B6D9C; text-decoration:none;}
.plain a:hover {color:#9DC265; text-decoration:none;}
h5 {font-size: 2.5em;}
h1 {font-size: 2em;}
h2 {font-size: 1.5em;}
h3 {font-size: 1.2em; margin-bottom:3px; margin-top:3px;}
h4 {font-size: 1.1em; margin-bottom:3px;}

img {
	border:none;	
	}

img a:link, img a:visited {
	text-decoration:none;
	border:none;
	}

.tightenup {
	line-height:1.2em;
	}
	
.clearingdiv {
	clear:both;
	}

#accessories {
	clear:both;
	height:auto;
	font-size:1.1em;
	font-weight:bold;
	}

#accbox {
	float:left;
	padding-right:15px;
	vertical-align:bottom;
	font-size:.9em;
	}
	
.cart-head {
	border-bottom:1px solid #cccccc;
	border-left:0;
	font-size:1.1em;
	font-weight:bold; 
	}

.cart-cell {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:1em;
	font-weight:normal; 
	}

.cart-thumb {
	float:left;
	width:75px;
	height:75px;
	padding:4px;
	font-size:.75em; 
	}

.cart-desc {
	float:right;
	width:300px;
	margin-right:5px;
	}

.cart-desc-short {
	float:left;	
	padding-right:5px;
	padding-left:5px;
	}

.cart-cell input {
	width:25px;
	padding:0px;
	margin-right:0;
	margin-left:0; 
	}

.cart-totals {
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	font-weight:normal;
	text-align:right; 
	}

#shipOptions {
	margin-bottom:100px;
	width:150px;
	height:225px;
	padding:3px;
	background:#fff;
	border:1px solid #444;
	}

.custLabel {
	clear:left;
	float:left;
	width:110px;
	height:30px;
	padding-left:10px;
	font-weight:bold;
	}

.custLabel2 {
	clear:left;
	float:left;
	width:110px;
	height:30px;
	padding-left:10px;
	font-weight:bold;
	}

.custInput {
	float:right;
	height:30px;
	}

#billfields {
	color:#444;
	}

#presetDisplay {
	margin-top:5px;
	}

#minSizeLabel {
	margin-bottom:5px;
	}	
	
#promoBadge {
	background:url(../../images-template-v5/verticalbannerbkgd2.jpg) 0px 0px no-repeat;
	padding-top:75px;
	color:#662D91;
	padding-left:0px;
	font-size:1.2em;
	text-align:center;
	font-weight:bold;
	}

#promoBadge p {
	margin-top:0px;
	line-height:1.2;
	
	}

#promoBadgeTall {
	background:url(../../images-template-v5/verticalbannerbkgd3.jpg) 0px 0px no-repeat;
	color:#662D91;
	padding-top:75px;
	padding-left:0px;
	font-size:1.2em;
	
	text-align:center;
	font-weight:bold;
	}

#promoBadgeTall p {
	margin-top:0px;
	line-height:1.2;
	
	}
	
#imageContainer {
	display:block;
	}

#roomContainer {
	display:none;
	}

.designtable {
	border-top:0px solid #ccc;
	border-left:0px solid #808080;
}
.designcell {
	padding:10px 0 10px 0; 
	width:160px; 
	border-right:0px solid #808080; 
	border-bottom:1px solid #ccc;	
}

.designcell a:link {text-decoration:none;}
.designcell a:visited {text-decoration:none;}
.designcell a:hover {text-decoration:none;}

.fav {font-size:.9em;}

.examples-photo {
width:320px;
height:auto;
text-align:left;
vertical-align:top;
}

.examples-text {
width:470px;
height:auto;
vertical-align:top;
}

.examplecell {
	padding:10px 0 10px 0; 
	width:210px; 
	border-right:0px solid #808080; 
	border-bottom:1px solid #ccc;
	font-size:.9em;
	text-align:center;
	vertical-align:bottom;
	overflow:hidden;	
}

.examplecell a:link {text-decoration:underline;}

.example-title {
margin-top:0px;
white-space:nowrap; 
overflow:hidden;
}

.thumbnails div {
	position: relative;
	width: 150px;
	height: 120px;
	float: left;
	padding: 0;
	float: left;
	display: inline;	
}
.thumbnails img {
	top: 0px;
	left: 0px;
	width: 150px;	
	position: absolute;
	z-index: 1;
	border: 1px solid #444;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

.customize {
padding-top:4px;
padding-bottom:3px;
font-size:0.8em;
}














