/* Enter your CSS3 Styles Here */


#TopMenuDiv #topMenuTable tr td SPAN {  
	margin-left:20px;
	margin-right:20px;
}

.TopMenuOn {
	background:000000; 
} 

.TopMenuOver {
	background:#000000;  
}

.selectedanchor { /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/  
	background:#000000; /*different shade calculated from background color of main menu */
}

.anylinkcss ul li:hover {
	background:#000000;
}

.anylinkSubMenuItem {
	background:#000000;
} 

.anylinkcss{
	width: 230px;
} 

h1 { font-family: 'Oswald';  font-size:40px; color:#a8a9ad; font-weight:normal; }

.img-circle {
    border-radius: 50%;
}

.shadow {
     box-shadow: -7px -5px 10px #000000;
 }

a.thisGroupOfLinks {color:#000000 !important;}

a.thisGroupOfLinks:hover {color:#a8a9ad !important;}

.greybox {
/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom right, #ffffff 0%, #dddddd 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom right, #ffffff 0%, #dddddd 100%);

/* Opera */ 
background-image: -o-linear-gradient(bottom right, #ffffff 0%, #dddddd 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #ffffff), color-stop(1, #dddddd));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom right, #ffffff 0%, #dddddd 100%);

/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top left, #ffffff 0%, #dddddd 100%);
}

#W3ShoppingCart_cpContainer .cpProductBox { margin: 0px 71px 40px 71px; } 

.W3ShoppingCart_ProductName {
font-size:30px;
}

#W3ShoppingCart_cpContainer .cpProductBox .cpProductPriceBox {
    height: 30px;
}

#W3ShoppingCart_cpContainer .cpProductBox .cpProductItemBox {
    height: 54px;
}

#W3ShoppingCart_cpContainer .cpProductBox .cpProductNameBox span a {
    font-size: 15px;
    font-family: Oswald, arial,helvetica,sans-serif !important;
}

.W3ShoppingCart_Description_Text {
    font-size: 11px;
}


.W3ShoppingCart_product_table_out { width:100% !important; }

.W3ShoppingCart_prodFormMainTable {
width:100% !important;
}
