/* ------------------------------------------------------------ */
/* Color Key													*/
/* ------------------------------------------------------------ */
/*

Body Background:		#1E3032
Font Color:				#333333
Footer Font Color:		#999999
Header Text:			#FF9900
Section Separator:		#CCCCCC
Wrapper Background:		#FFFFFF

*/

/* ------------------------------------------------------------ */
/* Default Element Styles										*/
/* ------------------------------------------------------------ */
BODY
{
    BACKGROUND-COLOR: #1E3032;
    FONT-FAMILY: Arial, Verdana, Helvetica, sans-serif;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    
    background-image: url("http://www.universalmemory.com/images/bg_body.gif");
    background-repeat: repeat-x; 
    font-size: 12px;
    color: #333333;
    margin: 25px auto;
    text-align: center;
}

TABLE, TD, TH, P, LI, DIV, LEGEND, LABEL
{
	color: #333333;
	font-size: 12px;
	font-weight: normal;
}

TH
{
	font-weight: bold;
}

H1, H2, H3, H4, H5
{
    COLOR: #ff9900;
}
H1	{	
	font-family: Trebuchet MS, Sans-Serif;
	font-size:	20px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	}	
		
H2	{	
	font-family: Trebuchet MS, Sans-Serif;
	font-size:	18px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	}	
		
H3	{	
	font-family: Trebuchet MS, Sans-Serif;
	font-size:	16px;
	font-weight: normal;
	margin: 10px 0 5px 0;
	}	
		
H4	
{
	color: #333333;
	font-family: Trebuchet MS, Sans-Serif;
	font-size:	16px;
	font-weight: bold;
	margin: 10px 0 0 0;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

A:link	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:visited	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:active	{	
	text-decoration:	none;
	color:	#3333cc;
	}	
		
A:hover	{	
	text-decoration:	underline;
	color:	#333399;
	}
	
SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	

UL LI	{	
	list-style-type:	disc ;
	}	

UL LI LI	{	
	list-style-type:	squaree;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

IMG 	{
	border: none;
	}
	
FIELDSET
{
	border: none;
	line-height: 25px;
}

FIELDSET LEGEND
{
	font-weight: bold;
	padding: 0px;
}

FIELDSET LABEL
{
	display: block;
	float: left;
	width: 150px;
}

FIELDSET INPUT, FIELDSET TEXTAREA, INPUT.text
{
	background-image: url("http://www.universalmemory.com/images/bg_input.gif");
	background-repeat: repeat-x;
	border: solid 1px #999999;
	display: block;
	float: left;
	margin-right: 10px;
}

P
{
}

/* ------------------------------------------------------------ */
/* Named Elements - Global										*/
/* ------------------------------------------------------------ */

#wrapper
{
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	width: 1000px;	
}

#header
{
	background: url("http://www.universalmemory.com/images/header.gif");
	height: 75px;
	width: 1000px;
}

#cart
{
	color: #ffffff;
	line-height: 30px;
	margin-left: 10px;
	vertical-align: middle;
}

#cart a
{
	color: #ffffff;
	margin-right: 10px;
}

#top
{
	background-image: url("http://www.universalmemory.com/images/bg_top.gif");
	background-repeat: no-repeat;
	min-height: 40px;
	height: auto !important;
	height: 40px;
	padding: 1px 7px 0 7px;
	width: 1000px;
}

#main
{
	margin: 0px 5px 0px 5px;
	min-height: 420px;
	height: auto !important;
	height: 420px;
	width: 990px;
}

#footer1
{
	height: 90px;
	margin-top: 10px;
}

#footer2
{
	background-image: url("http://www.universalmemory.com/images/bg_footer.gif");
	border-top: solid 1px #cccccc;
	height: 25px;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	width: 1000px;
}

#background
{
	color: #cccccc;
	line-height: 30px;
	text-align: center;
	vertical-align: middle;
}

/* ------------------------------------------------------------ */
/* Named Elements - Main Page									*/
/* ------------------------------------------------------------ */
#indextop
{
	background-image: url("http://www.universalmemory.com/images/bg_index.jpg");
	background-repeat: no-repeat;
	height: 195px;
	width:1000px;
}

#indexbody
{
	margin: 0px 5px 0px 5px;
	min-height: 275px;
	height: auto !important;
	height: 275px;
	padding: 5px 0 5px 0;
	width: 990px;
}

#indexl
{
	border-right: solid 1px #cccccc;
	float: left;
	height: 275px;
	margin-left: 5px;
	padding-right: 10px;
	width: 479px;
}

#indexr
{
	float: left;
	height: 275px;
	margin-left: 10px;
	width: 485px;
}

#indexr a
{
	font-size: 14px;
	line-height: 20px;
}

/* ------------------------------------------------------------ */
/* Named Elements & Classes - Configurator						*/
/* ------------------------------------------------------------ */
#configtop
{
	background-image: url("http://www.universalmemory.com/images/bg_config.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	width:1000px;
}

#configtopd
{
	background-image: url("http://www.universalmemory.com/images/bg_configd.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	width:1000px;
}

#configtopl
{
	background-image: url("http://www.universalmemory.com/images/bg_configl.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	width:1000px;
}

#configtops
{
	background-image: url("http://www.universalmemory.com/images/bg_configs.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	height: auto !important;
	height: 195px;
	width:1000px;
}

select.config
{
	font-size: 12px;
}

div.configitem
{
	float: left;
	margin: 0 0 10px 0;
	padding-right: 5px;
}

div.configsize
{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

a.configpart
{
	float: left;
	text-decoration: underline;
}

div.configdesc
{
	float: left;
	margin-right: 10px;
}

div.configprice
{
	color: #FF9900;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 10px 0;
}

/* ------------------------------------------------------------ */
/* Named Elements & Classes - Search							*/
/* ------------------------------------------------------------ */
#searchtop
{
	background-image: url("http://www.universalmemory.com/images/bg_search.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	width:1000px;
}

/* ------------------------------------------------------------ */
/* Named Elements & Classes - Cart								*/
/* ------------------------------------------------------------ */
#carttop
{
	background-image: url("http://www.universalmemory.com/images/bg_cart.jpg");
	background-repeat: no-repeat;
	min-height: 145px;
	width:1000px;
}

table.cart
{
	border: none;
	width: 100%;
}

table.cart th
{
	text-align: left;
}

/* ------------------------------------------------------------ */
/* Named Elements & Classes - Contact							*/
/* ------------------------------------------------------------ */
#contacttop
{
	background-image: url("http://www.universalmemory.com/images/bg_contact.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	width:1000px;
}

/* ------------------------------------------------------------ */
/* Named Elements & Classes - Product							*/
/* ------------------------------------------------------------ */
#producttop
{
	background-image: url("http://www.universalmemory.com/images/bg_product.jpg");
	background-repeat: no-repeat;
	min-height: 195px;
	width:1000px;
}

div.productprice
{
	font-family: Trebuchet MS;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

table.product
{
	margin-left: 100px;
	width: 800px;
}

table.product td, table.product.th
{
	border: solid 2px #ffffff;
	padding: 4px;
}

table.product th
{
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

div.options
{
	width: 600px;
}

div.optiongroup
{
	margin: 0 0 5px 0;
}

div.optionhead
{
	font-weight: bold;
}

div.optiondesc
{
}

div.optionimage
{
	float: left;
	text-align: center;
	width: 70px;
}

div.optionlist
{
	float: left;
	margin: 0 0 0 10px;
	width: 520px;
}

div.option
{
    font-size: 11px;
}

a.option
{
}

/* ------------------------------------------------------------ */
/* Named Classes - Box											*/
/* ------------------------------------------------------------ */

.box
{
}

.boxtop
{
	background: url("http://www.universalmemory.com/images/box_tc.gif") repeat-x;
	height: 20px;	
}

.boxtop div
{
	background: url("http://www.universalmemory.com/images/box_tl.gif") no-repeat top left;
	height: 20px;
}

.boxtop div div
{
	background: url("http://www.universalmemory.com/images/box_tr.gif") no-repeat top right;
	font-family: Trebuchet MS;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}

.boxbg
{
	border-left: solid 1px #333333;
	border-right: solid 1px #333333;
}

.boxbody
{
	margin: 0 10px 0 10px;
	padding-bottom: 1px;
	padding-top: 1px;
}

.boxbot
{
	background: url("http://www.universalmemory.com/images/box_bc.gif") repeat-x;
	height: 20px;	
}

.boxbot div
{
	background: url("http://www.universalmemory.com/images/box_bl.gif") no-repeat bottom left;
	height: 20px;
}

.boxbot div div
{
	background: url("http://www.universalmemory.com/images/box_br.gif") no-repeat bottom right;
	color: #999999;
	font-family: Trebuchet MS;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding-right: 20px;
	text-align: center;
	vertical-align: middle;
}

/* ------------------------------------------------------------ */
/* Generic Classes												*/
/* ------------------------------------------------------------ */
.bold
{
	font-weight: bold;
}

.borderbottom
{
	border-bottom: solid 1px #cccccc;
}

.bordertop
{
	border-top: solid 1px #cccccc;
}

.center
{
    text-align: center;
}

.italic
{
	font-style: italic
}

.justify
{
	text-align: justify;	
}

.large
{
	font-size: 16px;
}

.light
{
    color: #999999;
}

.medium
{
	font-size: 14px;
}

.red
{
	color: #990000;
}

.small
{
	font-size: 11px;
}

.text
{
	color: #333333;
}

/* ------------------------------------------------------------ */
/* Named Classes												*/
/* ------------------------------------------------------------ */

a.footer, span.footer
{
	color: #999999;
	margin: 0 15px 0 15px;
}

a.brands
{
	font-size: 14px;
}

select.select
{
	
}

input.config, select.config, option.config
{
	background-color: #FAFAFA;
	background-image: url("http://www.universalmemory.com/images/bg_input.gif");
	border: solid 1px #999999;
}

input.button
{
	border: none;
	margin-left: 150px;
}

div.category
{
	float: left; 
	margin: 20px 0 10px 0;
	text-align: center; 
	width: 33%
}

div.heading
{
	color: #FF9900;
	font-family: Trebuchet MS;
	font-size:	18px;
	font-weight: normal;
}

div.hseparator
{
	clear: both;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
}

div.margb
{
	margin-bottom: 10px;
}

div.separator
{
	border-right: solid 1px #cccccc;
	margin-right: 10px;
}

div.separatorl
{
	border-left: solid 1px #cccccc;
	margin-left: 5px;
	padding-left: 10px;
}

div.max
{
	color: #FF6600;
	font-family: Trebuchet MS;
	font-weight: bold;
}

div.validationsummary
{
    border: solid 2px red;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 10px 0;
    padding: 5px 0 5px 0;
}

td.required
{
    color: #999999;
}

/* ------------------------------------------------------------ */
/* Easy Float Clearing                                          */
/* ------------------------------------------------------------ */
.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

/* ------------------------------------------------------------ */
/* Internet Explorer Fixes / Adjustments                        */
/* ------------------------------------------------------------ */
<!--[if IE]>

BODY
{
    font-size: 62.5%;
}

input.config, select.config, option.config
{
	background-color: #FAFAFA;
	background-image: none;
	border: solid 1px #999999;
}

.clearfix 
{
    zoom: 1;         /* triggers hasLayout */
    display: block;  /* resets display for IE/Win */
}  
/* Only IE can see inside the conditional comment
and read this CSS rule. Don't ever use a normal HTML
comment inside the CC or it will close prematurely. */

<![endif]-->
