@charset "utf-8";
/*** General ***/
body {
	font: 100% Lucida Sans Unicode, Lucida Grande, Verdana, Helvetica, Arial, Sans-serif;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #394144;
	font-size:12px;
	background-color:#ffffff;
}
#container {
	position:relative;
	width: 936px;
	margin: 0 auto;
	text-align: left; 
}
a, a:hover{
	text-decoration:none;
	color: #394144;
	outline:none;
}
img{
	border:none;
}
label{
	font-weight:bold;
}
h1{
	padding:0 0 2px 0;
	margin:0 0 12px 0;
	font-size:18px;
	border-bottom:1px dotted #b4b3ae;
}
h2{
	padding:0;
	margin:0;
	font-size:20px;
	color:#7d8581;
}
.contentheading{
	width:430px;
}
#pageHeaderDiv{
	margin-bottom:10px;
    padding-right: 2px;
    float: right;
}
/*** Header ***/
#header{
	display:block;
	position:relative;
	width:100%;
	height:95px;
	padding-top:20px;
}
#header #logo{
	position:relative;
	float:left;
}
#header #search{
	top:15px;
	position:relative;
	float:right;
	right:5px;
}
#header #search #txtSearch{
	background: url(../images/searchBox.jpg) no-repeat top left;
	width:200px;
	height:26px;
	border:none;
	position:absolute;
	right:26px;
	padding-left:8px;
	padding-top:8px;
	outline:none;
}
#header #search #btnSearch{
	background: url(../images/btnSearchGo.jpg) no-repeat;
	width:27px;
	height:19px;
	border:none;
	position:absolute;
	right:0;
	top:6px;
	cursor:pointer;
}
/*** Panels ***/
#fullWidth {
	position:relative;
	width: 100%;
	text-align: left; 
	float:left;
}
#full {
	width:890px;
}
#leftPanel{
	width:226px;
	text-align:left;
	padding-right:8px;
	display:block;
	float:left;
}
*html #leftPanel{
	padding-right:5px;
}
#bannerPanel{
	text-align:left;
	display:block;
	float:right;
	margin-left:10px;
	margin-bottom:15px;
}
#mainPanelFull{
	text-align:left;
	display:block;
	float:right;
	width:700px;
	padding-top:1px;
}
#mainPanel{
	width:450px;
	text-align:left;
	display:block;
	float:left;
    margin: 5px 0 10px 20px;
}
#mainPanelForm{
	text-align:left;
	display:block;
	float:left;
}
*html #mainPanel{
	width:445px;
}
#rightPanel{
	width:231px;
	text-align:center;
	float:right;
	display:block;
}
/*** Top Navigation ***/
#navigation{
	display:block;
	position:relative;
	height:28px;
	width:900px;
	margin:0 0 5px 34px;
}
/*** Footer ***/
#footer{
	position:relative;
	display:block;
	float:left;
	padding:0;
	margin:0;
	list-style-type: none;
	width:934px;
	background-color:#e9e9e0;
	height:155px;
	padding-top:6px;
	margin-top:14px;
}
#footer #copyright{
	display:block;
	line-height:20px;
	padding: 0 20px;
	font-size:11px;
	float:right;
	text-align:right;
	position:absolute;
	right:0;
	bottom:12px;
	*bottom:20px;
}
#footer ul#footerItems {
	padding: 0;
	margin: 10px 0 0 0;
}
#footer ul#footerItems li.mainItem{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	text-align: left;
	float: left;
	width:auto;
	min-width:100px;	
	border-right:1px solid #919592;
	display:block;
	height:130px;
}
#footer ul#footerItems li.last{
	border-right:none;
}
#footer ul#footerItems ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	position: relative;	
}
#footer ul#footerItems a{
	display: block;
	cursor: pointer;
	padding: 0 20px;
	margin: 0;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	line-height:22px;	
}
#footer ul#footerItems ul a{
	font-size:11px;
	font-weight:normal;
	line-height:22px;	
}
#footer ul#footerItems a:hover, #footer ul#footerItems a:focus{

}
/*** Footer - IE6 fixes ***/
*html #footer{
	height:120px;
}
*html #footer ul#footerItems li.mainItem{
	height:110px;
}
*html #footer ul#footerItems ul a{
	line-height:12px;	
}

/*** PAGES ***/
/* Home */
#leftPromo{
	position:relative;
	display:block;
	margin-top:5px;
}
#promos {
	padding-top:5px;
}
#promos .left{
	padding-right:2px;
}

/* Login */
#loginBox {
	background-color:#d6e1e3;
	width:231px;
	height:200px;
	margin-bottom:10px;
	position:relative;
}
#loginBox h2{
	padding:0 0 2px 0;
	margin:0 0 12px 0;
	text-align:left;
	position:absolute;
	top:12px;
	left:18px;
	font-size:18px;
	color:#394144;
	border-bottom:1px dotted #ffffff;
	width:200px;
}
#loginBox #txtEmail{
	position:absolute;
	top:45px;
	left:15px;
	width:203px;
	height:25px;
	border:none;
	background: url(../images/emailBox.png) no-repeat;
	padding-left:8px;
	padding-top:8px;
}
#loginBox #txtPassword{
	position:absolute;
	top:88px;
	left:15px;
	width:203px;
	height:25px;
	border:none;
	background: url(../images/passwordBox.png) no-repeat;
	padding-left:8px;
	padding-top:8px;
}
#loginBox .button{
	position:absolute;
	top:154px;
	right:12px;
    background: url(../images/btnLogin.png) no-repeat;
	width:73px;
	height:21px;
	border:none;
	cursor:pointer;
}
#loginBox #linkForgotPwd{
	position:absolute;
	top:136px;
	left:15px;
	font-size:10px;
}
#loginBox #linkNotRegistered{
	position:absolute;
	top:160px;
	left:15px;
	font-size:10px;
}	
#loginBox a{
	text-decoration:underline;
	font-weight:bold;
	font-size:11px;
}
/* Section Navigation */	
#sectionNav ul{
	display:block;
	padding:0;
	list-style-type: none;
	font-size:12px;
	line-height:24px;
}
/* Content */
#content{
	padding:0 25px 0 15px;
}
#content #body{
	width:97%;
}
#content a{
	text-decoration:underline;
}
#content p{
	margin:0;
	padding:0;	
}
#content img{
	float:left;
	padding:0 16px 10px 0;
}
#content .summary{
	margin-left:2px;
	margin-bottom:15px;
}
#content .subHeading{
	margin:12px 0 5px 3px;
	text-decoration:underline;
}
.contentpaneopen p{
	margin:0 15px 0 0;
	padding:0;
}
/* Cart Review */
#cartReviewBox{
	width:200px;
	height:166px;
	background-color:#dbd9d5;
	padding:5px 15px;
	text-align:left;
	line-height:24px;
	margin-bottom:10px;
}
#cartReviewBox h2{
	border-bottom:1px dotted #ffffff;
	padding:0;
	margin:7px 0;
	font-size:18px;
}
#cartReviewBox .totalAmount{
	margin-left:43px;
}
#cartReviewBox .links{
	margin-top:10px;
	border-top:1px dotted #ffffff;
	width:100%;
}
#cartReviewBox .links a{
	font-weight:bold;
	text-decoration:underline;
}
#cartReviewBox .links a.right{
	margin-left:30px;
}
/* Products */
.breadcrumb{
	font-weight:bold;
}
.sort{
	padding:10px 0 5px 0;	
}
#vmMainPage h3{
	padding:0 0 2px 0;
	margin:0 0 12px 0;
	font-size:18px;
	border-bottom:1px dotted #b4b3ae;
	width:430px;
}
#product_list {
}
#product_list .productItem {
	float: left;
	width:120px;
	margin:25px 3px 0 5px;
	border-right: 1px dotted #b4b3ae;
}
*html #product_list .productItem {
	margin:25px 5px 0 5px;
}
#product_list .first{
	margin-left:0 !important;
}
#product_list .last{
	margin-right:0 !important;
	border-right:none;
}
#product_list .productItem .title{
	font-weight:bold;
}
#product_list .productItem img{
	margin:7px 0;
	border:1px solid #bfbfbf;
	padding:0;
}
/* Product */
#productDetail #productImage{
	position:relative;
	display:block;
	float:left;
	width:230px;	
	margin-bottom:20px;
}
#productDetail #productImage img{
	padding:0;
	margin:0;	
}
#productDetail #productImage table td{
	padding:0;
	margin:0;
}
#productDetail #options{
	position:relative;
	display:block;
	float:left;
}
#productDetail #options td{
	vertical-align:top;
}
#productDetail #summary{
	position:relative;
	display:block;
	font-weight:bold;
	margin-top:10px;
}
#productDetail ul{
	float:left;
	padding:0;
	margin:0;
	list-style-type: none;
	line-height:24px;
	margin-bottom:10px;
}
#productDetail #summary .title{
	float:left;
	width:30px;
	height:30px;
}
#productDetail #summary .entry{
	float:left;
	width:100px;
	height:30px;
}
#productDetail #summary .inputBoxSml{
	width:25px;
	border:1px solid #bdbdbd;
}
#productDetail #additionalInfo {
	position:relative;
	display:block;
	float:left;
}
#productDetail #additionalInfo p{
	margin:6px 0;
}
#productDetail #additionalInfo .detail{
	position:absolute;	
	padding-left:10px;
	*max-width:240px;
}
#productDetail #additionalInfo a:hover .detail{
	visibility:visible;		
}
#productDetail #additionalInfo a .detail{
	visibility:hidden;	
}
#productDetail #additionalInfo .images{
	margin-top:10px;
}
#productDetail #additionalInfo .images img{
	border:1px solid #bdbdbd;
	margin:0;
	padding:0;	
}
/* Lost Password */
#cbLostPasswordPage .cb_field input, #cbLostPasswordPage .cb_field label{
	margin-bottom:10px;
	margin-left:10px;
}
/* Form */
.form{
	padding:0;
	margin:0;
}
.form .title{
	height:30px;
	width:135px;
}
.form label{
	font-weight:normal;
}
.form .entry{

}
.form .textInput{
	width:285px;
	border:1px solid #c8c8c6;
	height:16px;
	font-size:11px;
	padding:3px 0 2px 2px;
}
.form .selectInput{
	font-size:11px;
	padding:3px 0 2px 2px;
}
.form .checkbox{
	margin-top:2px;
	margin-left:-5px;
}
/* branding */
#fullWidth #brandContainer{
	padding-bottom:30px;
}
#fullWidth #brandContainer table td{
	padding-right:18px;
}
#full #brandInfo{
	position:relative;
}
#full #brandInfo table td{
	padding-right:24px;
	vertical-align:top;
}
#fullWidth #body, #full #body{
	padding-top:8px;
}
/* buttons */
.submit{
	background: url(../images/btnSubmit.png) no-repeat;
	width:129px;
	height:24px;
	border:none;
	margin:15px 0;
	cursor:pointer;
}
.shopOnline{
	background: url(../images/btnShopOnline.png) no-repeat;
	width:160px;
	height:25px;
	border:none;
	margin:10px 0;
	cursor:pointer;
}
.moreInfo{
	background: url(../images/btnMore.png) no-repeat;
	width:77px;
	height:19px;
	border:none;
	margin:6px 0 0 0;
	cursor:pointer;
}
.addToCart{
	background: url(../images/btnAddToCart.png) no-repeat;
	width:124px;
	height:27px;
	border:none;
	margin:5px 0 0 0;
	cursor:pointer;
}
.back{
	background: url(../images/btnBack.png) no-repeat;
	width:69px;
	height:25px;
	border:none;
	position:absolute;
	top:0;
	left:765px;
	cursor:pointer;
}
