body {
	background: #fff;
	padding: 0;
	margin: 0;
	font-family: "Trebuchet MS", Tahoma, Verdana, Sans-Serif;
	font-size: 13px;
	color: #444;
	cursor: default;
	}
input, select, textarea{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-weight: bold;*/
	color: #000000;
	/*background-color: #E6E4D8;*/
	border: 1px solid #333333;
}
/* added by kc - don't change */
.tool-tip{
	background-color:#d43c3b;
	border:1px solid #d43c3b;
	}
.tool-text{
	background-color: #d43c3b;
	border:1px solid #d43c3b;
	padding: 5px;
	color: #FFFFFF;
	}
.tool-title{
	background-color: #d43c3b;
	border:1px solid #d43c3b;
	color: #FFFFFF;
	padding: 5px;
	}
/* added by kc - don't change */
#menuText a{color:#FFFFFF;}
#menuContainer {
	position: absolute;
	top: 50px;
	left:0px;
	height:50px;
	width:200px;
	background-color:#a61f1f;
	background-image:url(/admin/skin/skin1/img/cx_mini.gif);
	background-position:173px 35px;
	background-repeat:no-repeat;
	border:1px solid #d43c3b;
	text-align: left;
	overflow:hidden;
	font-family:verdana;
	color:#FFFFFF;
	font-size:10px
}
#menuHandle{
	position:relative;
	top: 0;
	left:0;
	height:100%;
	width:20px;
	background-color:#CCCCCC;
	background-image:url(/admin/skin/skin1/img/move.gif);
	background-position:center;
	background-repeat:no-repeat;
	opacity: 1;
	cursor: move;
}
#menuText{
	position:relative;
	bottom: 50px;
	left:25px;
	color:#FFFFFF;
	display:block;
}
#menuMinimize{
	 position:absolute;
	 top: 0px;
	 left:185px;
	 height:14px;
	 width:14px;
	 background-color:#FFFFFF;
	 background-image:url(/admin/skin/skin1/img/minimize.gif);
	 background-image:minimize;
	 background-position:center;
	 background-repeat:no-repeat;
	 border:0px solid #000000l;
	 cursor: pointer;
}
#menuFixed{
	position:absolute;
	top: 0px;
	left:169px;
	height:14px;
	width:14px;
	background-color:#d43c3b;
	background-image:url(/admin/skin/skin1/img/sticky.gif);
	background-position:center;
	background-repeat:no-repeat;
	border:0px solid #000000;
	cursor: pointer;
}
/* added by kc - don't change */

/* added by kc - don't change */

.ContentText{padding-bottom:10px;}
.ProductThumb { width: 127px; height: 150px; display: block; float: left; text-align: center; }
.CategoryThumb { width: 127px; height: 150px; display: block; float: left; text-align: center;}

#ProductLinkThumb { width: 30px; height: 30px; display: block; float: left; text-align: center; }
#CategoryMainImage { float: left; padding-right: 20px; }

:focus
{
  -moz-outline-style: none;  /* FIX to removed dotted line on firefox links */
}

div.clearthis {
	clear:both;
}

/*Product display*/
#DisplayProductText{
	float:left;
	width: 250px;
 	}
#DisplayProductPrice {
	float:left;
	width: 250px;
	display: block;
	}
#DisplayProductPrice label{
	font-size: 14px;
	font-style: italic;
	color: #aeaeae;
	}

#DisplayProductTitle{
	float:left;
	width: 250px;
	}

#DisplayColours{
	float:left;
	width: 350px;
	margin: 5px 0 5px 0;
	}
#DisplayColours label{
	font-size: 10px;
	font-style: italic;
	color: #999999;
	}

#DisplayColours div#Swatch{
	float: left;
	width: 50px;
	margin: 0px 0 5px 0;
	text-align:center;
	}
#DisplayColours div#Swatch label{

	font-size: 9px;
	font-style: normal;
	color: #999999;
	}


#DisplayProductImage {
	clear: both;
	float: left;
	position: relative;
	display: block;
	width:380px;
	height:600px
	}

#DisplayImageContainer {
	float:right;
	position: relative;
	top: 0px;
	width: 275px;
	}
/*
#gallery {
	position: relative;
	float:left;
	width: 350px;
	top: 0px;
	margin: 0 0 15px 0;
	}
*/
.Thumbnail {
	float: left;
	position: relative;
	margin: 5px 5px 5px 5px;
	}

.ThumbImage {
	float:left;
	width: 100px;
	margin: 5px 5px 5px 5px;
	}

.ThumbImage label {
	float:left;
	position: relative;
	}
/*Shopping*/
#ShoppingForm {
	position: relative;
	float:left;
	}
#ShoppingForm form{
	float: left;
	}

#ShoppingForm label{
	float:left;
	}

#ShoppingForm #AddButton{
	margin-top:15px;

	}
#ShoppingForm #AddButton input, #ShoppingForm #RemoveButton input{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #666666;
	}


#ShoppingForm #RemoveButton{
	position:relative;
	margin-left:150px;
	bottom:17px;
	}

#ShoppingForm #InputQuantity{
	float:left;
	}

#ShoppingForm .ShoppingDrops{
	width: 350px;
	height: 20px;
	}
#ShoppingForm .ShoppingDrops select{
	margin-right:5px;
	float:left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
	}
.InputShopping{
	width: auto;
	float: left;
	}
.ShoppingPlus{
	margin-right:5px;
}

#indicator {
	position: relative;
	top: 150px;
	left: 150px;
	}


/* layout setup */

	#CategoryImage{
	display: block;
	float:left;
	margin-right:20px;
	}
	#ProductImage{
	display: block;
	float:left;
	width:372px;
	margin-right:20px;
	}
	/*Banner */
	#Banner2{
	display: block;
	float:left;
	margin: 25px;
	padding: 25px;
	}

	/* Error definitions*/
	.Error{
		font-size: 10px;
		color: #FF0000;
		width: 350px;
		padding:0;
		margin:0;
	}
	.asterix{
		font-size: 10px;
		color: #AA0000;
		padding:0;
		margin:0;
	}


	#CategoryList{
    	display: block;
    	float: left;

    	/*width: 500px;
    	width: 775px;*/
    	width:auto;
    	/*padding-top: 10px;*/
    	padding-right: 0px;
    	/*padding-bottom: 10px;*/

    	clear:right;

		}

	#CategoryList a {
		color:#000;
	}

	/*
		#CategoryList div {
			border:1px solid blue;
		}

		#ProductList div {
			border:1px solid red;
		}
	*/

	#CategoryThumb {
		display: block;
		float: left;
		width: 110px;
		margin-bottom: 10px;
		}

	#CategoryThumb a{
		font-size: 11px;
		}



.breadcrumb {
	width:570px;
	clear: both;
	float: left;
	}
#CartThumb {
	margin-top: 5px;
	width:200px;
	float: left;
	}
/* End bigmenu */

/* breadcrumb */
	p.breadcrumb {
		margin-top: 15px;
		margin: 0;
		padding: 6px 0;
		text-indent: 10px;
		background: url(../../skin1/img/bullet_breadcrumb.gif) no-repeat 0 50%;
		font-size: 11px;
		}

	#CategoryFile {
		margin-top: 5px;
		clear: both;
		}

	#CategoryFile img{
	margin-right: 8px;
	}

	.CategoryFile {
		margin-top: 5px;
		clear: both;
		}

	.CategoryFile img{
	margin-right: 8px;
	}





/* Sortable tables */
	table.sortable {
		border: 1px solid #CCCCCC;
		margin-bottom:20px;
	}
	table.sortable td{
		border: 1px solid #CCCCCC;
	}
	table.sortable a.sortheader {
		background-color:#eee;
		color:#666666;
		font-weight: bold;
		text-decoration: none;
		display: block;
	}
	table.sortable span.sortarrow {
		color: black;
		text-decoration: none;
	}
/*Links */
	.LinkDisplay{
		display: block;
		float:left;
		width: 775px;
	}
	.LinkDisplay #LinkContent{
		display: block;
		float:left;
	}
	.LinkDisplay #LinkImage{

		display: block;
		float:left;
		width: 100px;
		padding-top: 4px;
		padding-right: 10px;
		padding-bottom: 4px;
		padding-left: 0px;
	}
	.LinkDisplay #LinkTitle{
		display: block;
		float:left;
		width: 580px;
	}
	.LinkDisplay #LinkDescription{
		display: block;
		float:left;
		width: 550px;
	}

	.LinkDisplay #LinkURL{
		display: block;
		width: 550px;
		float:left;
	}
	.LinkDisplay #LinkProducts{
		display: block;
		width: 550px;
		float:left;
	}
	.LinkDisplay #LinkProducts label{
		display: block;
		font-size:10px;
		width: 550px;
		float:left;
	}
	.LinkDisplay #ProductImage{
		display: block;
		width: 30px;
		float:left;
	}
/* Footer */
	#footer ul {
		display: block;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
		height: 29px;
		}

	#footer ul li {
		display:inline;
		}

	#footer ul li a {
		display: inline;
		padding: 0 5px;
		text-decoration: none;
		line-height: 28px;
		font-size: 11px;
		}

	#footer ul li a:hover {
		text-decoration: underline;
		}
/* Contact Form*/
	.FormDiv{
		margin-left:120px;
		width:500px;
	}
	.ShoppingFormDiv{
		margin-left:0px;
		width:760px;
	}
	.FormDiv form {
		margin:0;
		padding:0;
	}
	.TextFieldDiv{
		display: block;
		float:left;
		width:500px;
		height:30px;
	}
	.TextFieldDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:auto;
	}
	.TextField{
		display: block;
		float:right;
		width:246px;
	}
	.FileFieldDiv{
		display: block;
		float:left;
		width:500px;
		height:30px;
	}
	.FileFieldDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:250px;
	}
	.FileField{
		display: block;
		float:left;
		width:246px;
	}
	.TextAreaDiv{
		display: block;
		float:left;
		width:500px;
		height:180px;
	}
	.TextAreaDiv label{
		font-weight:bold;
		display: block;
		float:left;
		width:auto;
	}
	.TextArea{
		display: block;
		float:right;
		width:496px;
		height:150px;
	}
	.CaptchaImageDiv{
		display: block;
		float:left;
		width:496px;
		height:70px;
	}
	.CaptchaImageDiv img {
		margin-left:250px;
	}
	.SelectDiv{
		display: block;
		float:left;
		width:500px;
	}
	.SelectDiv label{
		display: block;
		float:left;
		font-weight:bold;
		width:auto;
		height:30px;
	}
	.Select{
		display: block;
		float:right;
		width:250px;
	}
	.ExpireDiv label{
        font-weight:bold;
		display: block;
		float:left;
		width:auto;
	}
	.ButtonDiv{
		display: block;
		float:left;
		width:500px;
	}
	.Button{
		display: block;
		float:left;
		width:150px;
		margin-left:200px;
	}
	#ClearCartButton{
		display: block;
		float:left;
		width:280px;
	}
	.ChangeButton{
		display: block;
		float:right;
		width:75px;
	}

/* SWAPPER LIST */

div#AdminBarID	{
	height:24px;
	background: #bc2b2a url(../images/swapperBg.gif) repeat-x;
	clear:both;
	text-align:center;
}

div#swapper {
	width:760px;
	margin-left:auto;
	margin-right:auto;
	/*padding-top:4px;*/
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: transparent url(../images/cx_swapper.gif) left no-repeat;
	padding-left:50px;
	height:24px;
	overflow:hidden;
}


div#swapper	h2 {
	margin:0;
	padding:0;
	margin-left:20px;

	font-size:12px;
	float:left;

	background: transparent url(../images/arrow_refresh_red.gif) right no-repeat;
	background-position:right -1px;
	padding-right:20px;
	padding-top:4px;
	color:#fff;

	height:24px;
}

div#swapper	ul {
	list-style:none;

	margin:0;
	padding-top:10px;
	padding:0;

}

div#swapper li {
	float:left;
	margin-left:10px;
	float:left;
	font-size:10px;
	margin-left:12px;
	margin-top:4px;
}

div#swapper li a {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;

}


/*BREADCRUMB*/

div#breadcrumbsID {
	font-size:10px;
	text-align:left;

}
.RelatedGroups{
	display:block;
	float:left;
	width:760px;

}
.ProductGroup{
	display:block;
	float:left;
	width:760px;

}
/*shopping cart totals */
.TotalHead{
	display:block;
	float:left;
	width:120px;
	font-weight:bold;
}
.TotalText{
	display:block;
}
/* PAGING */
    .paging {
		padding: 0;
		margin: 5px 0px 5px 0px;
		color: #535353;
		text-align:right;
		height: 15px;
		clear:both;
		display:block;
		vertical-align:top;
	}


		 .paging ul {
		 	float:right;
			text-align:left;
			width:auto;
			height:12px;

			list-style:none;
			margin:0;
			padding:0;
		 }

		  .paging ul li {
		  	float:left;
			height:13px;
			line-height:13px;
			margin:0 2px;
			font-size: 11px;
			color: #535353;
		  }

		  .paging ul li a {
			font-size: 11px;
			color: #535353;
			text-decoration:none;
		  }
		  .paging ul li a.on {
			text-decoration:underline;
			}

		.paging ul li a:hover {
			text-decoration:underline;
			}

	.paging a#ruler_first {
		display:block;
		width:9px;
		height:13px;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageFirst.gif) 0 65% no-repeat;
	}

	.paging a#ruler_prev {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pagePrev.gif) 0 65% no-repeat;
	}

	.paging a#ruler_next {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageNext.gif) 0 65% no-repeat;
	}

	.paging a#ruler_last {
		display:block;
		width:9px;
		height:13px;
		text-align:left;
		text-indent:-3000px;
		line-height:13px;
		background:#fff url(/skin/shared/images/button_pageLast.gif) 0 65% no-repeat;
	}
/*END PAGING*/

div#protected_page{
	margin-top: 15px;
}
div#protected_page{
	width: 200px;
}

div#protected_page h3{
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 5px 0px 5px 0px;

}
/* Old Price for Sizes... Reduced */
.oldPrice{
    text-decoration: line-through;
	color: #777777;
}

/* FAQ styles */
.FAQSDiv{
    padding: 5px;
    width: 700px;
    /*border: 1px solid #CCC;*/
}

.FAQSetListDiv{
    border: 1px solid #CCC;
    padding: 5px;
}

.FAQSetTitle{
	color: #F4F4F4;
	background-color: Navy;
	font-size: 120%;
}

.FAQList{
    border: 1px solid #CCC;
    margin-left: 0px;
    padding: 5px;
    list-style: none;
}
.FAQLi{

}
.FQueston{
    font-weight: bold;
    padding: 3px;
	color:#009999;
}
.FAQLi .open{

}
.FAnswer{
    text-align: justify;
}
.title{
    font-weight: bold;
}

.FDate{
    font-style: italic;
}
.FUDate{
    font-style: italic;
    color: #930000;
}
/*END FAQ Styles */
/* SHARE LINKS */
.ShareDiv{
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.ShareLinkDiv{ float: left; }
.ShareDivider{ float: left; margin: 0px 5px; }
.ShareLinkDiv a{ padding: 0px 0px 3px 20px; }
a#FacebookShare  { background:no-repeat transparent url(/skin/shared/images/facebook.gif); }
a#DigShare       { background:no-repeat transparent url(/skin/shared/images/digg.png); }
a#DelIcioUsShare { background:no-repeat transparent url(/skin/shared/images/delicious.png); }
a#RedditShare    { background:no-repeat transparent url(/skin/shared/images/reddit.png); }
a#MyYahooShare   { background:no-repeat transparent url(/skin/shared/images/yahoomyweb.png); }
a#GoogleShare    { background:no-repeat transparent url(/skin/shared/images/google.png); }
/*END: SHARE LINKS */
/* Slide Show Styles */
.SlideShowDiv{
    width: auto;
    height: auto;
    border: 1px solid black;
    background: #FFF;
    padding: 5px;
}
.ItemDiv{}
 .ItemImgDiv{}
  .ItemImg{}
 .ItemTitleDiv{}
 .ItemDescrDiv{}
 .ItemProgDiv{}
  .ItemProgArea{
    background: #CCC;
    height: 10px;
    width: 150px;
  }
  .ItemProgKnob{
    position: relative;
    background: #000;
    height: 10px;
    width: 10px;
  }
  .ItemProgText{ }
/*END: Slide Show Styles */