/*
+----------------------------------------------------------------+
|																							|
|	GaMerZ Shopping Cart															|
|	Copyright (c) 2006 Lester "GaMerZ" Chan									|
|																							|
|	File Written By:																	|
|	- Lester "GaMerZ" Chan															|
|	- http://www.lesterchan.net													|
|																							|
|	File Information:																	|
|	- Cascading Style Sheet														|
|	- scripts/style.css																|
|																							|
+----------------------------------------------------------------+
*/


HTML {
	height: 100%;
}
BODY {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	color: #000000;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	height: 100%;
}
P {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	color: #000000;
	padding: 0px 0px 5px 0px;
	margin: 0px;
}

/* Links */
A, A:link, A:active, A:visited {
	color: #700000;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

/* Container */
#Container {
	width: 900px;
	margin: 20px auto 0px auto;
}

/* Logo */
#Logo {
	margin-bottom: 10px;
}

/* Header */
#Header {
	height: 10px;
	background-image: url('../images/bg_header.gif');
	background-repeat: repeat-x;
	border: 1px solid #c8c8c8;
	margin: 0px auto 0px auto;
}

/* Tabs */
UL#Tabs {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	list-style-type: none;
	padding-bottom: 26px;
	margin: 20px 0px 0px 0px;
	border-bottom: 1px solid #c8c8c8;
}
UL#Tabs LI {
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	background-color: #e9f3e1;
	background-image: url('../images/bg_tab.gif');
	background-repeat: repeat-x;
	margin: 0px 0px 0px -1px;
	border: 1px solid #c8c8c8;
}
#Tabs A {
	display: block;
	text-align: center;				
	color: #e17250;
	text-decoration: none;
	padding: 5px;
}
#Tabs A:hover {
	background-color: #e2f3d6;
	background-image: url('../images/bg_tab_over.gif');
	background-repeat: repeat-x;
}
UL#Tabs LI.SelectedTab {				
	height: 15px;
	text-align: center;
	color: #58684c;
	background-color: #e2ebdc;
	background-image: url('../images/bg_tab_selected.gif');
	background-repeat: repeat-x;
	border-bottom: 1px solid #e6eee0;
	padding: 5px;
}

/* Breadcumbs */
#Breadcrumbs {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
}
#Breadcrumbs A, #Breadcrumbs A:link, #Breadcrumbs A:active, #Breadcrumbs A:visited {
	color: #000000;
	text-decoration: none;
}
#Breadcrumbs A:hover {
	color: #000000;
	text-decoration: underline;
}

/* Content */
#Content {				
	min-height: 100px;
	background-color: #fcfcfc;
	background-image: url('../images/bg_content.gif');
	background-repeat: repeat-x;
	border-left: 1px solid #c8c8c8;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	padding: 10px;	
	margin-top: -12px;
}

/* Title */
H1, .Title {
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
	border-bottom: 3px solid #7a906b;
	padding: 10px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
HR.Line {
	width: 80%;
	height: 1px;
	background-color: #969696;
	margin: 20px auto 20px auto;
	border: 0px;
}
BR.ClearBoth {
	clear: both;
}

/* Footer */
#Footer {
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

/* Redirect */
#Redirect {
	font-size: 10px;
	min-height: 100px;
	background-color: #fcfcfc;
	background-image: url('../images/bg_content.gif');
	background-repeat: no-repeat;
	border: 1px solid #c8c8c8;
	padding: 10px;	
	margin-top: -12px;
	text-align: center;
}

/* Form */
SELECT, TEXTAREA {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
}
.textfield, .button {
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
}
.button {
	font-weight: bold;
	font-family: Verdana, Arial, Tahoma;
	font-size: 10px;
	background-color: #f5f5f5;
	border: 1px solid #c8c8c8;
}


/* Product */
P.ProductMoveRight {
	padding-left: 20px;
}
P.ProductAttributes {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
P.ProductName {
	font-size: 16px;
	font-weight: bold;
	color: #7f5e5e;
	padding: 0px 0px 10px 10px;
}
P.ProductBrand {
	font-size: 12px;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
}
P.ProductCat {
	font-size: 12px;
	padding: 0px 0px 10px 10px;
}
P.ProductPrice {
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
	padding: 0px 0px 10px 10px;
}
P.ProductPackaging {
	font-size: 10px;
	padding: 0px 0px 10px 10px;
}
P.ProductDes {
	font-size: 10px;
}
DIV.ProductInfo {
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
IMG.ProductThumbnail {
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #c8c8c8;
}
IMG.ProductThumbnail:hover {
	position: relative;
	border-top: 1px solid #646464;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #646464;
	top: 2px;
	left: 2px;
}
DIV.ProductList {
	width: 100%;
}
P.ProductCodeList {
	font-size: 12px;
	font-weight: bold;
	color: #dc6d6d;
}
P.ProductNameList {
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
}
P.ProductNameList A, P.ProductNameList A:link, P.ProductNameList A:active, P.ProductNameList A:visited {
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
	text-decoration: none;
}
P.ProductNameList A:hover {
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
	text-decoration: underline;
}
P.ProductPriceList {
	font-size: 14px;
	font-weight: bold;
	color: #b94f4f;
}
P.ProductPackagingList {
	font-size: 12px;
	font-weight: bold;
	color: #7f5e5e;
}
P.ProductCategoryList {
	font-size: 12px;
	font-weight: bold;
}
.ProductCurrent {
	font-weight: bold;
}
#ProductLeft {
	float:left;
	width: 160px;
}
#ProductRight {
	float:right;
	width: 700px;
}
#ProductLeft A, #ProductLeft A:link, #ProductLeft A:active, #ProductLeft A:visited {
	color: #dc1414;
}
#ProductLeft A:hover {
	color: #3f5530;
	text-decoration: none;
}

/* News */
P.NewsDate {
	font-size: 12px;
	font-weight: bold;
	color: #b47171;
	padding-bottom: 10px;
}
P.NewsTitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
P.NewsContent {
	font-size: 10px;
}


/* Gallery */
DIV.GalleryList {
	width: 100%;
}
DIV.Gallery {
	min-height: 120px;
	border: 1px solid transparent;
	padding: 10px;
	margin: 10px 0px 10px 0px;
}
DIV.GalleryHi {
	min-height: 120px;
	border: 1px solid #b94f4f;
	padding: 10px;
	margin: 10px 0px 10px 0px;
	cursor: pointer;
}
P.GalleryTitle {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}
P.GalleryMeta {
	font-size: 10px;
}
P.GalleryDate {
	font-size: 10px;
}
P.GalleryContent {
	font-size: 10px;
}
IMG.GalleryThumbnail {
	border-top: 1px solid #c8c8c8;
	border-right: 1px solid #646464;
	border-bottom: 1px solid #646464;
	border-left: 1px solid #c8c8c8;
}
IMG.GalleryThumbnail:hover {
	position: relative;
	border-top: 1px solid #646464;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-left: 1px solid #646464;
	top: 2px;
	left: 2px;
}

/* Thickbox */
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	height:100%;
	width:100%;
}
* html #TB_overlay {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}
* html #TB_window {
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}
#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}
#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}
#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}
#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_title{
	background-color:#e8e8e8;
	height:27px;
}
#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}
* html #TB_load {
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}
* html #TB_HideSelect {
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}