/* store */

#storeSidebar{
width:190px;
float:left;
background-color:#FFF;
border: 1px solid #eee;
font-size:12px;
margin-left:-10px;
}

#sideCart h3{
font-size: 18px;
font-weight: normal;
color: #FFFFFF;
width: 180px;
height: 33px;
padding: 12px 0 0 30px;
margin: -10px 0 15px -20px;
background: url(../img/sidebarheader.gif) no-repeat;
}

#storeContent{
float:left;
width:550px;
margin-left:20px;
}

#storeSidebar a{
text-decoration:none;
}

#storeSidebar .quad{
background:#FFFFFF;
padding:10px;
margin-bottom:3px;
}

#sideCartItemCount{
}

.storeSearchSection{
margin-top: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;
}

/* categories start */

#sideCategoriesItems li{
margin-top:5px;
}

ul#sideCategoriesItems, #sideCategoriesItems ul{
list-style:none;
margin:0; padding:0;
}

#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:153px;
	height:175px;
	float:left;
	text-align:center;
	line-height:1.2em;
	border: 1px solid #eee;
	padding-bottom:10px;
}

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

.storeItemName{
	margin-top:5px;
	font-weight:bold;
}

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

.storeItemView{
margin-top:5px;
}
.storeItemView a{
background:#316C8A;
color:white;
padding:2px 4px;
text-decoration:none;
font-size:0.9em;
font-weight:bold;
}

.storeItems{
margin-top:-10px;
}


/* store end */

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

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



/* 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;
}

.storeDisplayRecommendedTable tr{
border: 1px solid #eeeeee;
}
.storeDisplayRecommended{
clear:both;
}
.recommendedProductOptions select{
margin:0;
}

.recommendedProductOptions{
margin:5px 0px;
}

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


.storeItemImages{
width:330px;
float:right;
}

/* margin (no color) */
.storeItemImages2{
background:white;
margin-left:25px;
margin-bottom:10px;
padding-bottom:5px;
}

/* margin (w/ color) */
.storeItemImages3{
margin:10px;
}

.storeItem{
margin:10px;
}

.storeItemImages .album-slideshow img{
xmax-width:275px;
xmax-height:210px;
}

.storeItemImages .thumbs img{
width:60px;
height:60px;
margin: 0 3px 0 3px
}

.storeItemImages .album{
xheight:240px;
}

.storeItemImages table.album-slideshow-table{
width:100%;
height:100%;
margin:0;
}

.storeItemImages .album-slideshow-table td{
margin:0px;
padding:0px;
vertical-align: middle;
text-align:center;
}

.storeItemImages .album-caption{
display:none;
}

.storeItemImages ul.thumbs{
list-style:none;
margin:0px;
padding:0px;
}

.storeItemImages ul.thumbs li{
display:inline;
}

.storeItemImages .album-thumbs .bottom{
margin:10px 0px 0px 10px;
}

.storeItemImages .album-thumbs .pagination a, .album-thumbs .pagination span{
font-size:1.2em;
margin:0px 5px 0px 0px;
}

/* 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:#316C8A;
color:white;
}

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

.storeCartTable tr.total td{
background:#659DBC;
border-bottom:none;
color:white;
}

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

/* store cart steps end */










