body {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px
}
#layout {
	width:760px;
	margin:0px auto;
	border:1px solid #000000;
}
/*------[Header]------*/
#header {
	padding-top:90px;
	position:relative;
	width:760px;
	height:70px;
	left:0px
}
#detailHolder {
	width:760px;
	height:70px;
	background-image:url(../../images/bar-detail.gif);
}

#montageImg {
	position:absolute;
	width:589px;
	height:70px;
	left:12px;
	border-right:1px solid white;
}
#categoryImg {
	position:absolute;
	width:158px;
	height:70px;
	left:602px
}
/*------[FrameWork]------*/
#columnContainer {
	border-top:1px solid white;
	padding: 0px;
	margin: 0px;
}
#leftContainer {
	padding: 0px;
	margin: 0px;
	overflow:hidden;
}
* HTML #leftContainer {
	overflow:visible;
}

#left {
	padding:0px;
	float: left;
	margin:0px;
	width: 135px;
	min-height:520px;
}
* HTML #left {height:510px;}
* HTML #right {height:510px;}
#right {
	padding: 0px;
	float: right;
	margin: 2px 0px 0px 0px;
	width: 158px;
	min-height:520px;
}
#middle {
	background: white;
	margin: 0px 158px 0px 135px;
	padding-bottom:8px;
	min-height: 520px;
}

/*------[Left Column]------*/
#primaryNav {
	margin:1px 0px 0px 0px;
	padding:0px;
	font-weight:bold;
	font-size:11px;
	width:125px;
}
#primaryNav li {
	list-style-type:none;
	line-height: 16px;
}
* HTML #primaryNav a {
	height:1px;
}
#primaryNav a {
	display:block;
	color:#000000;
	text-align:left;
	text-decoration:none;
	padding-left:16px;
}
#primaryNav a:hover {
	background: url(../../images/ln-over.gif) no-repeat top left;
	color:#FFFFFF;
	}
#primaryNav li span {
	display:block;
	background: url(../../images/ln-current.gif) no-repeat top left;
	padding-left:16px;
	color:#FFFFFF;
}
#primaryNav li .underline {
	font-size:1px;
	margin-bottom:1px;
	margin-left:16px;
}
/*------[Right Column]------*/

#categoryNav {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight: bold;
	text-align:center;	
}
#categoryNav DD {
	text-align:left;
	margin-left:6px;
	font-size:11px;
}
#categoryNav UL {
	margin:6px 0px;
	padding:0px;
	list-style-type:none;

}
#categoryNav UL LI {
	line-height:20px;
	padding-left:22px;
}

#categoryNav UL LI a {
	text-align:left;
	text-decoration:none;
}
#cartPod {
	margin:0px 4px;
	padding:4px;
	border:1px dotted #808080;
}
#cartPod DT {
	font-size:11px;
	font-weight: bold;
	padding-left:19px;
	background:url(../../images/cart.gif) no-repeat left;	
}
#cartPod DT a { 
	text-decoration:none;
	color:#414141
}
#cartPod DT a:hover { 
	color:#FFFFFF;
}
#cartPod DD {
	margin-left:19px;
}
/*------[Model Search]------*/
#modelSearch {
	margin:18px 4px 0px 4px;
	padding:4px;
	border: 1px solid #808080;
}
#modelSearch label {
	font-size:12px;
	font-weight:bold;
}
#modelSearch p {
	padding:0px;
	margin:4px 0px;
	font-size:11px;
	font-weight: normal;
}
.input {
	width:130px;
	font-size:11px;
}
.submit {
	font-weight:bold;
	color:#FFFFFF;
	background-color:#5E5E5E;
}

/*------[General Properties]------*/
h1 {
	font-size:12px;
	font-weight: bold;
	color:#FFFFFF;
	margin:0px;
	padding:1px 0px 1px 4px;
	border:solid #FFFFFF;
	border-width:0px 1px 0px 1px;
}
#content h2 { 
	margin-top:12px;
	font-size:11px;
	font-weight:bold;
	color:#666666
}
#content dl {
	font-size:11px;
	color:#666666;
	line-height:18px;
	margin-left:10px;
}
#content dt { 
	font-weight:bold;
}
#content dd {
	padding:0px 0px 0px 10px;
	margin:0px;
}
#content p {	
	line-height:18px; 
	font-size:11px;
	color:#666666;
}	
#content p span {
	color:#3333FF
}
#content UL {
	padding-left:12px;
	margin:0px;
}
#content li {
	font-size:11px;
	color:#666666;
	list-style-type:square;
	line-height:18px;
}	
#content li li{
	list-style-type:disc;
}
#content a {
	color:#3333EE;
	text-decoration:underline
}
#content a:hover {
	color:#3333EE;
	text-decoration:none
}
#content a img{
	border:none;
}
#content .arrowed {
	margin-top:1px;
	padding-left:10px;
	background:url(../../images/arrow.gif) no-repeat left; 
	color:#5E5E5E;
}
#content .arrowed a {
	text-decoration:none;
	color:#5E5E5E;
}
#content .arrowed a:hover {
	text-decoration:underline;
}
sup {
	font-size:7px;
}
#content hr {
	color:#FFFFFF;
	border-top:1px dashed #5E5E5E;
	border-bottom:1px solid #FFFFFF;
	background-color:#FFFFFF;
}
#content .block {
	padding:4px 12px;
}
#content strong {
	color:#1C4A7E
}
.button{
	font-size:			11px;
	background-color:	#7E8B94;
	color:				#FFFFFF !important;
	font-weight:		bold;
	padding:			2px;
}
/*------[Content]------*/

#sectionOptions{
	border-bottom: 1px solid #5E5E5E;
	padding: 4px 0px;
	overflow:hidden;
}
* HTML #sectionOptions {
	overflow:visible;
	height:1px;
}
#sectionOptions .back { 
	padding: 0px 4px 0px 16px;
	background:url(../../images/arrowBack.gif) no-repeat left bottom;
	float:right;
}
#sectionOptions a { 
	color:#5E5E5E;
	font-weight:bold;
	text-decoration:none}
#sectionOptions a:hover { 
	color:#5E5E5E;
	text-decoration:underline
}

	
/*Min Height for Mozilla. See Ln height for IE*/
#content {
	margin: 0px;
	padding: 0px 6px 0px 6px;
	overflow:hidden;
	position:relative;
	min-height:460px;
}
* html #content {
	height:460px;
	padding: 0px 4px 0px 4px;
	overflow:visible;
}
* html h2 {
	 margin-top:1em;
}
* html p {
	margin-top:1em;
}

/*General Display Properties */ 
.ourPrice{ 
	font-weight:normal;
}
.generic{
	border:1px solid #6A7DA8 !important;
}
/*Extra Info*/
#extraInfo {
	margin:0px auto; 
	margin-top:4px;
	position: relative; 
	width: 760px;
	border: 1px solid #262626;
}
#extraInfo H2{
	padding-left:12px;
}
/*Footer*/
#footer { 
	margin:0px auto;
	position: relative;
	width: 760px;
	height: 23px;
}
#footer a { 
	color:#0F2163;
	text-decoration:none
}
#footer a:hover { 
	color:#0F2163;
	text-decoration:underline
}
#resrcLnk { 
	left:0px;
	position:absolute;
	width: 300px;
	height: 23px;
	font-size:12px;
	text-align:left;
	z-index:2;
}
#copyright { 
	position:absolute;
	left:0px;
	width: 760px;
	height: 23px;
	font-size:12px;
	text-align:center;
	z-index:1;
}
#siteBy { 
	right:0px;
	position:absolute;
	width: 150px;
	height: 23px;
	font-size:12px;
	text-align:right;
	z-index:3;
}
/*Ad Stuffs*/
#add{
	margin:18px 6px 0px 6px; 
	border: 1px solid red;
	font-size:12px;
	font-weight:bold;
	background-color:white;
	padding:0px;
	text-align:center;
}
#addbody{
	margin: 0px 4px 4px 4px;
	padding:0px;
	color:black;
}
#addbody dl{
	padding:0px;
	margin:0px;	
}
#addbody dt{
	padding:8px;
	color:black;
	font-size:11px;
}
#addbody dd{
	font-weight:normal;
	margin:0px;
	color:black;
}
#addhead{
	color:white;
	background-color:red;
}
#addfoot{
	padding:4px;
	COLOR:WHITE;
	background-color:red;
}
.addimg{
	float:left; 
	margin-right:4px;
}
/*-----------------*/
fieldset .row { padding-left:3em}
.row {
	overflow:							hidden;
	margin-top:							0.3em;
}
* HTML .row {
	overflow:							visible;
	height:								1em;
}

.row LABEL {
	float:								left;
	width:								10em;
	text-align:							right;
	font-weight:						bold;
	font-size:							11px;
}
.row LABEL span {
	font-size:14px;
}

/* Override the LABEL within the data portion of a row */
.row .data LABEL {
	position:							relative;
	top:								-3px;
	clear:								none;
	float:								none;
	width:								auto;
	margin:								0px;
	font-weight:						normal;
}
.row .data TEXTAREA {
	width:260px;
	font-family:Arial, Helvetica, sans-serif;
}
.row .data {
	margin-left:						10.1em;
	margin-bottom:						0.4em;
}
.data.restrict {
		width:							260px;
}
* HTML .row .data
{
	height:								1px;
}
.row .data input,
.row .data select,
.row .data TEXTAREA
{
	font-size:12px;
	color:#666666;
}
.row .data ul,
.row .data li
{
	padding:							0px !important;
	margin:								0px !important;
	list-style:							none !important;
}
fieldset{
	border:1px solid #5E5E5E;
}
* HTML fieldset{
	padding-bottom:1em;
}
legend {
	font-weight:bold;
}

#content .catalogue {
	width:220px;
	float:left;
}
#content .item {
	margin:0px 0px 12px 0px;
	padding:0px;
	list-style:none;	
	font-weight:bold;
}
#content .item LI{
	padding:0px;
	margin:0px;
	list-style:none;
	line-height:16px;
}
#content .item .img {
	float:left; 
	margin-right:8px;
}
#content .item .rrp {
	color:#CC0000;
}
#content .item .rrp span,
#content .item .price span {
	font-weight:normal;
}
#content .item .price {
	color:#009900;
}
a {
	color:#3333EE;
	text-decoration:underline
}
a:hover {
	color:#3333EE;
	text-decoration:none
}
#xmas img {
	border:none;
	margin:16px;
}
* html #xmas img {
	display:none;
}
* html #xmas {
	margin:16px;
	display:block;
	width:109px;
	height:165px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/christmas.png');
	cursor:pointer;
}