

/* Product Page Styles */
#productTable {
	width:100%;
	border: 1px solid #ccc;

}


#productTable .c1 {
	width:371px;
	text-align:center;border-right: 1px solid #ccc;
}

#mainProductImage {
	padding:55px 0 40px 0;
}

#productMessage {
	width:345px;
	margin:15px 0;
	text-align:right;
	float:left;
}

#productMessage img {
	vertical-align:middle;
}

#descriptionBox {
	float:left;
	margin:0 10px 20px 25px;
}

#descriptionBox h1 {
	margin:10px 0;
	padding:0;
	color:#333;
	font-weight:bold;
	font-size:15px;
	width:300px;
	text-transform:none;
}

#descriptionBox h2 {
	margin:0 0 10px 0;
	padding:0;
	color:#333;
	font-weight:normal;
	font-size:12px;
	width:300px;
	text-transform:none;
}

img.viewLarger, img.viewLarger:visited, img.viewLarger:hover {cursor:hand;}

.viewLink, .viewLink:visited, .viewLink:hover {color:#333;}

#descriptionBox ul {
	margin:0px 0 0 0;
	float:left;
}

#descriptionBox li {
	display:inline;
	padding-right:0px;
}

#flags {
	margin:15px 0 15px 25px;
	float:left;
}

.flagsCellOne {
	width:15px;
	padding-top:2px;
}
	
.flagsCellTwo {
	width:285px;
	padding-bottom:5px;
}

#tabsContainer {
	width: 100%;
	float:left;
}


.itemImage {
	padding: 10px 10px 10px 10px;
	margin:0; 
}

.cartImage {
	padding: 10px 10px 10px 10px;
	margin:0; 
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.cartCell {
	padding: 10px 10px 10px 10px;
	margin:0; 
	border-bottom: 1px solid #ccc;
}

.btnCheckout {
	padding: 2px 2px 2px 2px;
	margin:0px 0px 0px 0px; 
	border: 1px solid #999999; font-weight:bold;
	background-color:#E87C00; font-size:11px;
}

#productInfoTabs {
	color: #333;
	border-bottom: 1px solid #ccc;
	margin: 12px 0 0 0;
	padding: 0;
	z-index: 1;
	}

#productInfoTabs li {
	display: inline;
	overflow: hidden;
	list-style-type: none; margin:0px; padding:0px }

#productInfoTabs a {
	color: #333;
	border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
	padding: 4px 10px 0px 10px;
	margin: 0px;
	text-decoration:none; }

#productInfoTabs a.active {
	color: #333;
	font-weight:bold;
	border-left: 0px solid #ccc;
	border-bottom: 1px solid #fff; margin:0px;
}

#productInfoTabs a:hover {
	color: #333; }

#productInfoTabs a:visited {
	color: #333; }

#productInfoTabs a.active:hover {
	background: #ffffcc;
	color: #333; }


/*You May Also Like on Product Page*/
#youMayAlsoLikeTable {
	width:100%;
	margin-top:60px;
}

#youMayAlsoLikeHeader {
	text-align:center;
	border-top:solid 1px #ccc;border-bottom:solid 1px #ccc;
}

#youMayAlsoLikeHeader img {
	margin:5px 0 5px 5px;
}

.mayAlsoLikeCellOne, .mayAlsoLikeCellTwo {
	 border-top:solid 1px #ccc;
	 width:50%;
	 text-align:left;
	 padding:0 18px 18px 18px;
}

.mayAlsoLikeCellOne img, .mayAlsoLikeCellTwo img {
	 margin:18px auto 8px auto;
	 display:block;
}

.mayAlsoLikeCellOne {
	border-right:solid 1px #ccc;
}

.catTable {
	width:100%; height:100%;
	border: 1px solid #ccc; padding:0px 0 0 0;

}

.catListCell {
	width:252px; vertical-align:top;
	border-right: 1px solid #ccc; 
	padding:0px 0 0 0;
}

#divCatList, .divSubCatList
{ 
	padding:30px 20px 20px 20px;
}

#divCatList a, .divSubCatList a
{ 
 text-decoration:none;
 color:#333; font-family:Tahoma; font-size:12px;
}

#divCatList a:hover, .divSubCatList a:hover
{ 
 text-decoration:underline;
 color:#000000; font-family:Tahoma; font-size:12px;
}

.divSubCats td
{
	padding:30px 20px 20px 20px;
	height:80px; width:33%;
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
}

.cellSecondCat
{
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.cellFirstCat
{
	border-right: 1px solid #ccc;  
}
.cellThirdCat
{
	border-left: 1px solid #fff;  
}

#breadCrumb 
{
	font-family:Arial;
	font-size: 12px;
	padding: 3px 3px 5px 5px;
}

#breadCrumb a
{
 text-decoration:none;
}

#breadCrumb a:hover
{
 text-decoration:underline;
}

#divCurrencyInfo
{
	position:absolute; overflow:auto;
	left:-210px; 
	top:5px; 
	width:200px;
	height:180px;
	scrollbar-base-color: #FFFFFF; 
	scrollbar-face-color: #ffff99; 
	scrollbar-track-color: #ffffff; 
	scrollbar-arrow-color: #999999;
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #ffffcc; 
	scrollbar-shadow-color: #ffffcc;
	scrollbar-darkshadow-color: #ffffff; 
	background:#ffffcc; padding: 4px; 
	border:solid 1px #ffff00; text-align:left;
}
