/* store */

#storeContent input[type=submit] {
background:#cf362e;
color:white;
outline:none; 
border:1px solid #fff;
cursor:pointer;
padding:5px 10px;
}
#storeContent input[type=submit]:hover {
background:#af160e;
}


#storeSidebar{
width:200px;
float:left;
line-height:1.2em;
z-index: 150;
}

#storeContent{
float:left;
width:560px;
margin-left:30px;
}
#storeContent h1{
font-size: 36px;
}

#storeSidebar a{
text-decoration:none;
}
#storeSidebar a:hover{
background-color: transparent;
}
#storeSidebar .quad{
background: url(../img/bg-box-store.jpg) repeat-y;
padding:0px 10px 10px 20px;
margin-bottom:0px;
}
.image-wrapper a img{
border:3px solid #9CB525;
}
.cart-top{
width:200px;
height:10px;
background:url(../img/bg-box-store-top.jpg) no-repeat;
}
.cart-bottom{
width:200px;
height:10px;
background: url(../img/bg-box-store-bottom.jpg) no-repeat;
}
#sideCartItemCount{
}
#storeSidebar h3{
font-size:24px;
color:#603814;
margin-bottom:10px;
}
.storeSearchSection{
margin-top:10px;
}

.storePriceBox {
text-align: left;
background:#cce27b; 
border: 2px solid #9fbc32; 
padding: 10px;
}

/* dont put top margin here, it screws up hover on ie */
#sideCartContent{
display:none;
padding-bottom:5px;
}
#sideCartItems{
margin-bottom:5px;
}
#sideCartItems tr td, #sideCartItems tr th{
padding:2px;
}
#sideCartItems tr th, #sideCartItems .totalprice{
font-weight:bold;
font-size:0.9em;
}
#sideCartItems .price{
text-align:right;
}
#sideCartLinks{
border-top:1px solid #cccccc;
padding-top:5px;
}
#sideCustomer a{
color:#603814;
font-weight:bold;
}
/* categories start */

#storeSidebar div#sideCategories {
padding-bottom:0px;
padding-top:10px;
margin-bottom:0px;
}

#sideCategoriesItems li{
margin-top:5px;
}
#sideCategoriesItems li a{
color:#09568E;
font-weight:bold;
}
#sideCategoriesItems li a:hover{
color:#4D2B0F;
font-weight:bold;
}
ul#sideCategoriesItems, #sideCategoriesItems ul{
list-style:none;
margin:0; padding:0;
}
#sideSearch a{
color:#603814;
font-weight:bold;
}
#sideCategoriesItems ul{
margin-left:18px;
display:none;

}

#sideCategoriesItems .bullet img{
height:16px;
width:15px;
}

#sideCategoriesItems .tree_item .current{
font-weight:bold;
}
/* categories end */

.storeItem{
	width:120px;
	height:175px;
	float:left;
	text-align:center;
	line-height:1.2em;
	position: relative;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 12px;
	border: 1px solid #e5dfd3;
	padding: 10px;
}

.storeItemImage{
	width:80px
	height:80px;
	border:15px solid white;
	border-top: 10px solid white;
	border-bottom: 10px solid white;
}

.storeItemName{
	margin-top:5px;
}

.storeItem .sale{
font-weight:bold;
color:red;
}

.storeItem a:hover{
background-color: transparent;
}

.storeItemView{
position: absolute;
bottom: 15px;
left: 25px;
font-size: 14px;
}
.storeItemView a{
background:#cf362e;
color:white;
padding:2px 4px;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}
.storeItemView a:hover{
background:#af160e;
}
.storeItems{
}
.storeItem a img{
border:3px solid #fff;
}


/* store end */

.genericForm label{
width:110px;
float:left;
clear:both;
}

.genericForm .input{
margin-bottom:10px;
}

#loginForm form{
padding:40px 15px 0 80px;

height:200px;
color:#603814;

}
.green{
background-color: #a1ba2a; 
border: 2px solid #a1aa1a;
padding:0px 6px;
height:24px;
line-height:5px;
color:#603814;
font-size:12px;
margin-right:10px;
display:inline-block;
text-decoration:none;
}
/* store display */

.storeDisplayPrice{
font-size:1.4em;
font-weight:bold;
xmargin-bottom:15px;
}

.storeDisplayAttributes{
margin-top:10px;
}

.storeDisplayAttributes ul{
list-style:none;
margin:0px;
}

.storeDisplayAddToCart{
margin-top:15px;
}

.storeDisplayRecommended{
margin-top:20px;
padding: 20px;
border: 1px solid #e5dfd3;
}

.storeDisplayRecommended{
clear:both;
}

.recommendedProductOptions select{
margin:0;
}

.recommendedProductOptions{
margin:5px 0px;
}

.recommendedProductName{
font-weight:bold;
margin-right:3px;
}

.embeddedGallery {
float:left;
margin-right:20px;
}
.storeItemImages{
float:left;
}


/* store display end */


/* store cart start */
.storeCartStepButtons{
float:right;
}

.storeCartSteps{
margin-bottom:10px;
}

.storeCartSteps a{
text-decoration:none;
margin-right:10px;
}

.storeCartSteps a.current{
font-weight:bold;
}

table.storeCartTable{
border-collapse:collapse;
}

.storeCartTable tr td, .storeCartTable tr th{
vertical-align:top;
line-height:1.2em;
padding:6px 8px 4px 8px;
}

.storeCartTable tr th{
background:#A7BC33;
color:white;
}

.storeCartTable tr td{
border-bottom:1px solid white;
}

.storeCartTable tr.total td{
background:#CADC70;
border-bottom:none;
}

.storeCartTable .attributes{
font-size:0.9em;
}

/* store cart steps end */

#sidebarBottom {
background:url(../img/sidebarBottom.png) no-repeat;
width: 200px;
height:30px;
}

#sidebarTop {
background:url(../img/sidebarTop.png) no-repeat;
width: 200px;
height:30px;
}

.slideshowLinks {
display: none;
}


.play {
display: none;
}
a.advance-link {
display: block;
text-decoration: none;
}


