/************************* 
	Global Elements 
*************************/

/*** Frame ***/

body {
/*	background: #444 url(http://www.giga-deals.com/images/snow.jpg) repeat;*/
	background-color: #444;
	width: 990px;
	margin: 0px auto 0px;
	padding: 0px;
	color: #333;
	font-size: 13px;
	font-family: Arial, Tahoma, Verdana;
}

#wrap {
	background: #fff;
	width: 960px;
	/*border: 5px solid #3b3b3b;*/
	margin: 20px auto;
	padding: 10px;
}

/*** Headings ***/

h1, h2, h3, h4 {
	margin: 0px;
	padding: 5px 0px 10px 0px;
	color: #444;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	line-height: 120%;
}

/*** Hyperlinks ***/

a, a:visited {
	color: #3a639a;
	text-decoration: none;
}

a:hover {
	color: #3a639a;
	text-decoration: underline;
}

/*** Images ***/

a img {
	border: none;
	margin: 0px;
	padding: 0px;
}

p img {
	border: none;
	margin: 0px;
	padding: 0px;
}

/*** UL ***/

ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

ul li {
	list-style-type: square;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}

ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

/*** Search Form ***/

#searchform {
	background-color:#eaeaea;
	margin: 0px;
	padding: 0px;
	display: block; /*inline;*/
	overflow: hidden;
}

#searchform form {
	margin: 0px;
	padding: 5px 0 5px 0;
}

/************************* 
	Header 
*************************/

#header_wrap {
	background: #fff;
	width: 960px;
	height: 85px;
	margin: 0px;
	padding: 0px;
	color: #333;
	font-size: 13px;
	overflow: hidden;
	border-bottom: 3px double #DDDDDD;
}

#header_wrap h1 {
	padding: 0px;
	color: #162983;
	font-size: 36px;
	font-weight: bold;
}

#header_wrap h1 a, #header_wrap h1 a:visited {
	color: #162983;
	text-decoration: none;
}

#header_wrap h2 {
	padding: 0 0 0 25px;
	line-height: 80%;
	color: #777777;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	text-align: left;
}

#header_wrap h2 a, #header_wrap h2 a:visited {
	color: #777777;
	text-decoration: none;
}

.headerleft {
	margin: 0px;
	padding: 0px;
}

.headerleftlogo {
	margin: 7px 0 0 0;
	padding: 5px 0 5px 5px;
	float: left;
}

.headerlefttext {
	margin: 10px;
	padding: 0px;
	float: left;
}

.headerright {
	margin: 5px 0 0 0;
	padding: 5px;
	float: right;
	width: 200px;
	color: #666666;
	font-size: 12px;
	text-align: center;
}

.headerright img {
	padding: 0 0 27px 0;
}

/************************* 
	Content 
*************************/

#content {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px;
	line-height: 17px;
}

#content h1 {
	padding: 0;
	color: #162983;
	font-size: 25px;
	font-weight: bold;
	font-family: Arial, Tahoma, Verdana;
}

#content h1 a, #content h1 a:visited {
	color: #555;
}

#content h1 a:hover {
	color: #3a639a;
	text-decoration: none;
}

#content h2 {
	font-size: 20px;
}

#content h3 {
	font-size: 14px;
	font-family: Arial, Tahoma, Verdana;
}

#content h4 {
	font-size: 13px;
}

#contentmain {
	width: 730px;
	margin: 0px;
	padding: 10px;
	float: left;
	border-right: 1px solid #DDDDDD;
}

.postarea {
	width: 715px;
	margin: 0px;
	padding: 0px; /*10px;*/
	float: left;
}

.postarea h1,h2,h3 {
	text-align: center;
	
}
.postarea p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}


/************************* 
	Sidebar 
*************************/

#rsidebar {
	width: 200px;
	margin: 0px;
	/*padding: 10px 5px 10px 5px;*/
	padding: 0px;
	font-family: Arial, Tahoma, Verdana;
	float: right;
	display: inline;
/*	border-left: 1px solid #DDDDDD;*/
}

#rsidebar h2 {
	border-bottom: 1px solid #DDDDDD;
	margin: 0;
	padding: 7px 0px 3px 5px;
	font-size: 16px;
	text-transform: uppercase;
}

#rsidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rsidebar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#rsidebar ul ul {
	margin: 0px;
	padding: 10px 5px 15px 5px;
	list-style-type: none;
	border-bottom: 1px solid #DDDDDD;
}

#rsidebar ul li li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}

#rsidebar ul li ul li {
	margin: 0px;
	padding: 0px 0px 5px 5px;
}	

#rsidebar ul li ul li.listbreak {
	padding-top: 11px;
}


/************************* 
	Footer 
*************************/

#footer_wrap {
	background: #fff;
	width: 960px;
	height: 20px;
	border-top: 3px double #DDDDDD;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	color: #666;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
}

#footer {
	width: 750px;
}

#footer .bottom-left {
	float: left;
	padding-left: 5px;		
}

#footer .bottom-right {
	float: right;
	padding-right: 5px;
}

#footer a, #footer a:visited {
	color: #666;
	text-decoration: none;
}

#footer a:hover {
	color: #666;
	text-decoration: underline;
}

/************************* 
	Misc 
*************************/

.all_links  { font-size: 12px; }
.center     { text-align: center; }
.sky-blue   { color: #9CC0DF; }
.blue       { color: #3791D7; }
.red        { color: #FF0000; }

.item_table {
	height: 130px;
	font-size: 14px;
}
.item_border {
	background: url(/images/item-border.gif) no-repeat;
	text-align: center;
	width: 110px;
}

.sale_wrap {
	vertical-align: top;
	margin: 0 0 20px 0;
}
.in_stock {
	color: #009900;
}
.sale_ending {
	font-weight: bold;
}

.price_link {
	height: 23px;
	vertical-align: top;
	margin: 0 8px 0px 0;
	font-size: 18px;
	font-weight: bold;
}
.price_link a {
	color: #162983; 
	text-decoration: none;
	border-bottom: 1px solid #162983; 
}

.price_button {
	padding-top: 7px;
}
.price_button a img {
	border-bottom: none;
}
.price_currency {
	font-size: 15px;
}

#see_all {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 25px 0 30px 25px;
}

#see_all img {
	margin-top: 10px;
}