﻿

/* product list
--------------------------------------------------- */

.product{
	
	padding:3px;
	
	text-align:center;
	
}

.product a:link, .product a:visited{
	color:#C69649;
	text-decoration: none;
	
	display:block;
}

.product a:hover, .product a:active{
	color: red;
	
	
	
}

.product img{
	border: 1px solid #999966;
	padding: 5px;
	background-color: #D8D3B0;
}


table.productlist
{
	clear: both;
	
	
}

.price{
	font-size:120%;
}


table.productlist td{
	width:25%;
	text-align:center;
}


div.productlistoptions
{
	font-size: 90%;
	background:#ebebeb;
	padding:.55em;
	margin:.75em;
	
	
}

table.productlist tr td
{
	text-align: center;
	border: 1px solid #EEE;
	padding: 3px;
	background-color: #FFF;
}


table.productlist tr td:hover
{
	background-color: #FAFAFA;
	border: 1px solid #666;
}


table.productlist tr td img.thumb
{
	background: #EEE url(images/thumb_bg.jpg) repeat-x top left;
	border: 1px solid #333;
	padding: 4px 6px;
	margin-bottom: 3px;
}



table.productlist tr td a.producttitle
{
	line-height: 12px;
}

table.productlist tr td a.moreinfo
{
	color: #26456D;
	background: url(images/moreinfo_arrow.gif) no-repeat center right;
	padding-right: 12px;
	text-transform: lowercase;
}

table.productlist tr td span.price
{
	color: #F58823;
	font-size: 18px;
	font-weight: bold;
	border: 0;
	float: none;
}

.productlistoptions div select
{
	font-family: Arial;
}


table.carttable
{
	width: 100%;
}

table.carttable td
{
	padding: 2px;
	line-height: 100%;
	border-bottom: 1px dotted #999;
	border-right: 1px dotted #999;
}

table.carttable th
{
	background-color: #CCC;
	color: #666;	
	padding: 0px 4px;
	height: 15px;
	border-right: 1px dotted #333;
	border-bottom: 1px solid #333;
	white-space: nowrap;
}

table.carttable tr.subtotal td
{
	text-align: right;
	font-weight: bold;
	border: 0;
	
}

/* sub categories */



div.subcategories{
    width: auto; 
    padding: .75em;
    margin: 0px;
}

div.subcategories span.title{
	font-size: 1em;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-top: 5px solid #666;
	border-right: 1px solid #666;
	border-left: 1px solid #666;
	padding-left: .75em;
	padding-right: .75em;
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0;
	background: #fff;
}

div.subcategories ul{
    border: 1px solid #666;
	list-style: none;
	margin: 0;
	padding: 10px;
	line-height: 25px;
    background: #FFF;

}



div.subcategories ul li{
    display: inline;
    width: 40%;
}

    

div.subcategories a{
    font-size: 11px;
	color: #777;
	text-decoration: none;
	padding: 3px;
	border-bottom: 1px dotted #666;
	margin-right:5px;
	white-space: nowrap;
}


div.subcategories a:hover{
	color: #333;
}




#largePhoto
{
	position: absolute;
	border: 2px solid #999;
	width: 500px;
	padding: 10px;
	height: auto;
	background-color: #FAFAFA;
	left: 15px;
	z-index: 5;
	margin-bottom: 50px;
}

#largePhoto h3
{
	position: absolute; 
	top: 0px;
	left: 400px;
	text-transform: lowercase;
}

.roundedbox {
  width: 273px;
  background: url(/App_Themes/IceBlue/Images/div-bottom.gif) no-repeat bottom left;
  margin-top:1em;
  color: #B9C4AA;
  }
  .roundedbox label{ 
  color: #B9C4AA;
  text-align: right;
	font-weight: bold;
	width: 100px;
	display:block;
	float: left;
  }
.roundedbox h3 {
  margin: 0;
  padding: 6px 8px 4px 10px;
  font-size: 110%;
  color: #333;
  border-bottom: 1px solid #E0CFAB;
  background: url(/App_Themes/IceBlue/Images/h3-bg.gif) no-repeat top left;
  }
.roundedbox ul {
  margin: 0;
  padding: 14px 10px 14px 10px;
  list-style: none;
  }
.roundedbox li {
  margin: 0 0 6px; 
  padding: 0;
  }
  
  .roundedbox p{
 	padding:5px;
 	color: #333;
  } 

.productphotos
{
	float: left;
	display: block;
	text-align: center;
}

.photo
{
	
	padding: 10px;
	background-color: #FAFAFA;
}

.producttoolbox
{
	width: 255px;
	float: left;
	display: block;
	background:#fff;
	margin-left: 10px;
	
}

.price
{
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: 1px dotted #999;
	color: #793B4A;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.sku
{
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: 1px dotted #999;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.status
{
	display: block;
	float: left;
	padding: 0px 10px;
	border-right: 1px dotted #999;
	color: #FF6600;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	
}

hr
{
	height: 1px;
	border: 0; 
	border-top: 1px dotted #CCC;
	
}

.addtocart
{

	min-height: 50px;
	
}





.options
{
	margin-top: 5px;
	margin-bottom: 35px;
}

.options select
{
	font-size: 10px;
	float: left;
}

.quantity
{
	clear: both;
	margin-top: 5px;
	margin-bottom: 35px;
}

.quantity input
{
	float: left;
}


.addbutton
{
	margin-top: 40px;
	clear: both;
}

.addbutton input
{
	font-weight:bold;
	font-size:90%;
	color:#666;
	background:#E8E3BD;
	border: 1px solid #ccc;
	border-bottom-color:#999;
	border-right-color:#999;
	padding:4px 8px;
	margin: 1em;
	text-decoration:none;
}

.alternatephotos
{
	text-align: center;
	width: 100%;
}

.storethumbnail
{
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
	padding: 2px;
	border: 1px dotted #999;
}
.storethumbnail a img
{
	border: 0px;
}

	
	
div.cart
{
    color: #fff;
    background:#3DA55D;
    margin: 3px 0px 3px 0px;
    padding: 5px;
}
div.cart a
{
    color: #fff;
    background:#3DA55D;
}
