/* store */

#storeSidebar{
position: absolute;
right: 20px;
top: 20px;
width:200px;
border: 1px dashed #ddd;
background:#fafafa;
line-height:1.2em;
background-image: url(../img/shopping_cart.png);
background-repeat: no-repeat;
background-position: 97% 2%;
z-index: 9999;
}

#storeContent{
padding-bottom: 30px;
}

#storeSidebar a{
text-decoration:none;
}

#storeSidebar .quad{

padding:10px;
/* margin-bottom:10px; */
}

#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 */
.storeItems {

}
.storeItem{
	float: left;
	width: 248px;
	height: 165px;
	line-height:1.2em;
	border: 1px solid #ddd;
	padding: 10px;
	margin: 0 10px 10px 0;
	background-color: white;
	cursor: hand;
	cursor: pointer;
	position: relative;
}
.storeItem:hover {
	border: 1px solid #aaa;
}
.storeItem .info {
	float: left;
	width: 125px;
	padding-left: 10px;
	text-align: left;
	padding: 20px 0 0 0;
}
.storeItem .info input {
	margin-right: 3px;
}

.storeItem .itemImage {
	float: left;
	width: 110px;
	text-align: center;
	margin-right: 10px;
}

.storeItemName{
/* 	font-weight: bold; */
	color: #888;
	font-size: 18px;
	margin-bottom: 5px;
}

.storeItem .sale{
font-weight:bold;
color:red;
}
.storeItem .storeItemPrice {
font-weight: bold;
font-size: 14px;
color: #bbb;
}

.storeItem .submit {
margin-bottom: -5px;
}

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





/* store categories */
.storeCategory{
	float: left;
	width: 200px;
	height: 200px;
	line-height:1.2em;
	border: 1px solid #ddd;
	margin: 0 10px 10px 0;
	background-color: white;
	cursor: hand;
	cursor: pointer;
	position: relative;
}
.storeCategory:hover {
	border: 1px solid #aaa;
}
.storeCategoryImage td {
height: 160px;
line-height: 160px;
text-align: center;
}
.storeCategoryImage img {
vertical-align: middle;

}
.storeCategoryInfo {
background-color: #002a5c;
position: absolute;
bottom: 0;
color: white;
width: 100%;
height: 35px;
}
.storeCategoryName {
font-size: 18px;
line-height: 30px;

text-align: center;
}


/* store end */

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

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



/* store display */

h1.productName {
text-transform: none;
font-weight: normal;
font-size: 34px;
}

.storeDisplayPrice{
font-size:24px;
font-weight:bold;
color: #999;
}

.storeDisplayAttributes{
margin-top:10px;
}

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

.storeDisplayAddToCart{
margin-top:15px;
}

.storeDisplayRecommended{
margin-top:40px;
border-top: 10px solid #eee;
padding-top: 10px;
}
.storeDisplayRecommended h2 {
font-weight: normal;
}
.recommendedProduct {
float: left;
width: 153px;
height: 110px;
margin: 0 5px 10px 5px;
border: 1px solid #ddd;
background-color: white;
padding: 10px;
text-align: right;
overflow: hidden;
}
.recommendedProduct img {
width: 30px;
float: left;
}


.recommendedProductOptions select{
margin:0;
}

.recommendedProductOptions{
margin:5px 0px;
}

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


.pricing {
border: 1px dashed #ddd;
padding: 10px;
width: 320px;
}

.shipping {
font-size: 10px;
}




.storeItemImages{
float:right;
position: relative;
margin: 0;
padding: 0;
}

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

.storeItemImages .album-thumbs{
list-style:none;
margin:0px;
padding:0px;
position: absolute;
top:3px;
right: -70px;
}

.storeItemImages .thumbs li {
display: block;
overflow: hidden;
border: 1px solid #ddd;
padding: 5px 5px 0 5px;
background-color: white;
margin-bottom: 5px;
}
.storeItemImages .thumbs li.selected {
border: 1px solid #999;
}
.storeItemImages .thumbs img{
max-width: 40px;
}


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

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

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

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

/* store cart steps end */










