@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 100%;
	background-image: url(../image/common/msar_bk.jpg);
	background-repeat: repeat;
}
.msar #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	background-image: url(../image/common/background_sidebars.gif);
	background-repeat: repeat-y;
} 

.msar #header {
	background-image: url(../image/common/msar_header.gif);
	background-repeat: no-repeat;
	height: 141px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
} 
.msar #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.msar #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	min-height: 100%;
	background-color: #e6e6e6;
	display: block;
}
.msar #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 177px;
}
.msar #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 184px;
	padding: 0px;
	position: static;
	background-color: #FFF;
} 
.msar #mainContent p {
	font-size: 12px;
	line-height: 18px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
}
.msar #mainContent table {
	float: left;
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.msar #mainContent a {
	color: #000;
}
.msar #mainContent a:hover {
	color: #ED1B23;
}

.msar #footer {
	background:#DDDDDD;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #FFF;
} 
#bluebox {
	background-image: url(../image/common/red_box.gif);
	height: 96px;
	width: 157px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding: 10px;
	color: #FFF;
	line-height: 16px;
}
#bluebox a {
	background-color: #006;
	color: #FFF;
	background-image: url(../image/common/white_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	height: 18px;
	width: 100px;
	font-weight: bold;
	font-size: 1em;
	padding-left: 20px;
	padding-top: 2px;
	margin-bottom: 2px;
	position: relative;
	float: left;
	text-decoration: none;
	padding-bottom: 1px;
	border: 1px solid #FFF;
}
#bluebox a:hover {
	background-color: #FF0000;
}
.sidebarTextField {
	width: 140px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	margin-bottom: 2px;
}
h2 {
	font-size: 2em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bolder;
}


.msar #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#buttons {
	float: left;
	width: 440px;
	margin-top: 118px;
	margin-left: 10px;
	font-size: 12px;
	display: block;
}
#buttons a {
	color: #FFF;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 6px;
}
#buttons a:hover {
	text-decoration: underline;
}
#facebook {
	height: 22px;
	width: 75px;
	float: left;
	margin-top: 114px;
}
#search {
	float: right;
	width: 288px;
	margin-top: 115px;
	margin-right: 5px;
	text-align: right;
	display: block;
	height: 30px;
}
#logoScroller{
	float: right;
	width: 170px;
	margin-top: 115px;
	margin-right: 5px;
	text-align: right;
	display: block;
	height: 30px;
}
ul#menu {
	list-style: none;
	position: static;
	margin: 0px;
	padding: 0px;
}

ul#menu a {
	color: #333;
	font-size: 1em;
	text-align: left;
	background-image: url(../image/common/menu_back.gif);
	background-position: 5px 8px;
	background-repeat: no-repeat;
	text-decoration: none;
	display: block;
	width: 159px;
	padding-left: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	margin: 0px;
	background-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
ul#menu a:hover {
	text-decoration: underline;
}

h4 {
	font-size: 1.1em;
	color: #FFF;
	background-image: url(../image/common/category_back.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	width: 161px;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
	position: static;
}
	
#memoryticker{
	background-image: url(../image/common/newsTickerBack.gif);
	background-repeat: no-repeat;
	width: 812px;
	height: 26px;
	color: #FFF;
	padding: 3px;
	text-align: center; 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	margin: 0px;
	filter: progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=1.0 Duration=0.7);
}
h1 {
	background-image: url(../image/common/red_header_back.gif);
	height: 31px;
	width: 812px;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 2em;
	text-align: center;
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
}

#featureHolder {
	font-family: Verdana, Geneva, sans-serif;
	height: 155px;
	width: 255px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	list-style-type: none;
	border: 2px solid #EEE;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: left;


}
#featureHolder a{
	text-decoration: none;
}
#featureHolder #product {
	font-size: 12px;
	color: #000;
	float: right;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 15px;
	width: 110px;
	text-align: right;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}

#featureHolder #price {
	font-size: 12px;
	color: #000;
	float: right;
	margin: 0px;
	width: 120px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: bold;
}
#featureHolder #logos {
	height: 155px;
	width: 255px;
	background-repeat: no-repeat;
	background-position: 120px 95px;
}

#featureHolder #rrp {
	font-size: 0.5em;
	color: #999;
	line-height: 4px;
}
#featureHolder #info {
	font-size: 11px;
	color: #000;
	line-height: 1.1em;
	padding-top: 8px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	visibility: hidden;
}
#featureHolder #category {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 12px;
	float: right;
	width: 120px;
	padding-top: 10px;
}
#mainContent #youareat {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 10px;
	padding-left: 5px;
}
#mainContent #refineSearch {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#detailHolder {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 800px;
	margin-left: 10px;
	margin-top: 20px;
	line-height: 18px;
}
#detailHolder #detailHeader{
	width: 800px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #666;
	border-bottom-color: #666;
	font-size: 24px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 10px;
	margin-left: 2px;
}
#detailHolder #detailHeader #title{
	width: 580px;
	float: left;
}
#detailHolder #detailHeader #price{
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 10px;
}
#detailHolder #rightCol{
	float: right;
	width: 380px;
}
#detailHolder #dotBox{
	width: 360px;
	border: 1px dotted #CCC;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #F3F3F3;
}
#detailHolder #dotBox #bullets{
	padding: 3px;
	border: 1px solid #CCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	background-color: #FFF;
}
#detailHolder #dotBox #bullets a{
	color: #00F;
}
#detailHolder #blurb{
	float: left;
	width: 400px;
}
#detailHolder #zoombox{
	border: 1px solid #CCC;
	margin: 2px;
}
#detailHolder #images{
	width: 400px;
}
#detailHolder #extraImages{
	border: 1px dotted #666;
	width: 400px;
	margin: 2px;
}
#detailHolder #buyNow{
	background-image: url(../image/buttons/buy_now_back.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
	width: 360px;
	text-align: right;
}
#detailHolder #buyNow #quantityBox{
	width: 100px;
	padding-top: 3px;
}
.selectBox {
	width: 260px;
	margin-bottom: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#associated {
	font-size: 11px;
	float: left;
	width: 105px;
	border: 1px solid #CCC;
	padding: 3px;
	margin: 2px;
	background-color: #FFF;
	text-align: center;
}

#refineBox {
	height: 90px;
	width: 130px;
	border: 1px solid #CCC;
	float: left;
	text-align: center;
	display: block;
	margin: 2px;
	background-color: #FFF;
	padding: 0px;
}
#refine {
	padding: 8px;
	display: block;
	float: left;
	width: 790px;
	background-color: #e6e6e6;
}
#refineName {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
#footerPopup {
	position: fixed;
	bottom: 0px;
	float: left;
}  
#brand {
	display: block;
	background-color: #e6e6e6;
	padding: 8px;
	margin-left: 12px;
}

