<style>
.null{}

body {
	margin: 0px;
	background-color:#EEE;
	font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
}

table, p
{
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
	background-color:#FFFFFF;
}

a
{
    color: #000000;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 12px;
}

a:hover
{
    color: #037abe;
	text-decoration: none;
}

img {
	border:none;
}

h3 {
	color:#000;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:16px;
}


.breadcrumb {
	color:#037abe;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:16px;
}

.breadcrumb a {
	text-decoration:underline;
}

.breadcrumb a:hover {
	text-decoration:none;
	color:#333333;
}

.topNavBar {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
	background-color:#d2232a;
}

a.topNavBar {
	color:#333;
	font-weight:bold;
	text-decoration:none;
}

a:hover.topNavBar {
	text-decoration:underline;
	color:#FFF;
}

.leftNav_title {
	padding-left:8px;
	padding-right:8px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style: italic;
	color:#d2232a;
}

.leftNav_subtitle {
	padding-top:3px;
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
}

#leftNav {
	border-top: solid 2px #FFF;
	border-right: solid 0px #FFF;
	border-bottom: solid 0px #FFF;
	border-left: solid 0px #FFF;
	background-image: url(/promotion/templates/catalog/pages/leftnav_images/gradient_nav_bg.jpg);
	background-repeat:repeat-x;
}

.leftNav_link {
	padding-left:12px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.leftNav_link a {
	color:#000;
}

.leftNav_link a:hover {
	text-decoration:none;
	color:#d2232a;
}

.sku_search_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #999;
	text-align:left;
	padding-left:20px;
}
.sku_search_field {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #999;
	background-color:#EEE;
	border-width:1px;
	border-bottom-style:solid;
	text-align:center;
}

.form_heading {
	color:#000000;
	background-color:#CCCCCC;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.required {
	color:#555555;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
}

.container {
   	text-align: center;
   	border: 1px solid #000000;
   	width: 300px;
}

.text_small {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size:10px;
}

a.text_small {}

a:hover.text_small {
	color: #037abe;
	text-decoration: none;
}

.wishlist_item_container {
   	border: 1px dotted #CCCCCC;
}
a.wishlist {
	color: #037abe;
}
a:hover.wishlist {
	color: #666666;
}

.footer
{
    color: #666666;
    font-family: arial,verdana,helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
	background-color:#f3ede3;
}

.copyright {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;	
}
a.copyright {
	text-decoration:none;	
}
a:hover.copyright {
	text-decoration:underline;
	color:#FFC;	
}

</style>