/* MCKEE DESIGN CSS STYLES */

@charset "UTF-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; 
	text-align: left; 
	color: #000000;
	height:100%;
}


img {
	border:0;
	}

#pagecontainer { 
	position: relative;
	width: 920px;  
	background: #F7F7E6;
	margin: 0 auto; 
	text-align: left; 
} 
#header { 
	background-image: url(/images/tt_head_1.jpg);
	background-repeat: no-repeat;
	text-align: right;
	height: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #226575;
	padding: 140px 35px 30px 0px;  
} 
#header a:link, a:visited, a:active{
	color: #226575;
	text-decoration: none;
}
#header a:hover 
{
	color: #900;
	text-decoration: none;
}

/********************** p **********************/
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
}
p a:link, a:visited, a:active {
	color: #990000;
	text-decoration: underline;
}
p a:hover {
	color: #69923A;
	text-decoration: underline;
}
ul{
color: #333;
margin-top: 0;
margin-right: 0;
margin-bottom: 0px;

}
li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
	margin-top: 0;
	margin-right: 0;
	margin-left: -18px;

}
ul li a:link, a:visited, a:active{
	color: #990000;
	text-decoration: underline;
}
ul li a:hover {
	color: #69923A;
	text-decoration: underline;
}

/******************** h1 *********************************/

/****** sidebar ******/
#sidebar1 {
	float: left; 
	width: 237px; 
	padding: 10px 0; 
	margin-left: 20px;	
}

#sidebartop {
	background-image: url(/images/tt_menu_top.jpg); 
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color: #FFF;
	height:26px;
	padding: 15px 10px 10px 10px ;
}
#sidebarmid {
	background-color:#FFFFFF;
	background-image: url(/images/tt_menu_grad.jpg); 
	background-repeat: repeat-x;
	height:100%;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px 10px 15px 0px;
	border-bottom: 1px solid #B0915F;
}

/********************** Side bar list STARTS here **********************/
#sidebarmid ul{
color: #003657;
padding: 0px 10px 15px 30px;
}
#sidebarmid ul .underline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #226575;
	line-height: 36px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #930;
	list-style: none;
}
#sidebarmid li{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 45px;
color: #003657;
}
#sidebarmid ul li a:link, a:visited, a:active{
	color: #226575;
	text-decoration: none;
}
#sidebarmid ul li a:hover 
{
	color: #900;
	text-decoration: none;
}

/********************** Side bar list FINISHES here **********************/

/********************** Bottom of side menu STARTS here **********************/
#sidebarbottom{
	background-image: url(/images/tt_menu_base.jpg); 
	background-repeat: no-repeat;
	height:14px;
}



/********************** creditcards **********************/
#ccard{
	background-image: url(/images/creditcards.jpg);
	background-repeat: no-repeat;
	height:110px;
	width: 100px;
	margin: 15px 0px 0px 60px;
	
}
/********************** right_col_container **********************/
#right_column_container
{
position: relative;
width: 610px;
margin: 10px 30px 10px 10px;
padding: 0px 0px 0px 0px;
float: right;
background: #FFFFFF;
height: 100%;
}

#rcc_top /* rcc stands for Right Column container */
{
background-image: url(/images/main_cont_top.gif); 
	background-repeat: no-repeat;
	height: 13px;
}
#rcc_mid /* rcc stands for Right Column container */
{
background-image: url(/images/main_cont_mid.gif); 
	background-repeat:  repeat-y;
	height: 100%;
	padding: 0px 10px 10px 15px;
}
#rcc_bot /* rcc stands for Right Column container */
{
background-image: url(/images/main_cont_bot.gif); 
	background-repeat: no-repeat;
	height: 13px;
	
}

/********************** footer *******************/
#footerhome{
	margin:0px auto;
	width:920px;
}

#footer
{
	position: relative;
	width:920px;
	text-align:center;
	padding: 10px 0px 0px 0px;
	background-image: url(/images/footer_back.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
	height: 100%;
}

#footerleft1 {
	color: #743633;
	width:200px;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 30px;
	padding: 10px 0px 0px 20px;
	float: left;
	
	
}
#footerleft
{
	color: #743633;
	width:300px;
	text-align:left;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0px 0px 0px 20px;
	float: left;
	z-index:10;
	
}
#footerleft ul
{
line-height: 18px;	
}

#footerleft li
{	
background-image: url(/images/footer_square.gif);
background-repeat: no-repeat;
background-position: 5px center;
padding: 7px 0 0px 20px;
list-style: none;
margin-left: -32px;
}
#footerleft li a
{	
	color: #743633;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
#footerleft a:hover {
	color: #226575;
	text-decoration: none;
}

#footerright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 22px;
	color: #743633;
	width:320px;
	text-align:left;
	padding: 8px 0px 0px 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
	float: left;
	z-index:5;
	
}


/********************** copyright*******************/
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 22px;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/********************** designed by *******************/
#designed {
	width:890px;
	text-align:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	padding: 10px 30px 0px 0px;
	background-color: #164554;
	clear: both;
	height: 30px;
	z-index:4;
}
#designed a:link, #designed a:visited, #designed a:active {
	color: #FFF;
	text-decoration: none;
}	
#designed a:hover {
	color: #F3E9D7;
	text-decoration: none;
}

/********************** top menus **********************/
#menutophome { /* this is for home page */
position: relative;
width: 920px;
height: 46px;
text-align: left;
background-image: url(/images/tt_menu_strip.jpg);
background-repeat: no-repeat;
}

#menutopshort{ /* this is for other pages */
position: relative;
width: 920px;
height: 46px;
text-align: left;
background-image: url(/images/tt_menu_short.jpg);
background-repeat: no-repeat;
}
#menutop2left{
width: 650px;
height: 36px;
padding: 10px 10px 0px 0px;
text-align:right;
float: left;
}

#menutop2right
{
	width: 254px;
	height: 36px;
	text-align: LEFT;
	padding: 10px 0px 0px 0px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#900;
	font-size: 12px;

}

/********************** numbers graphics **********************/
#numbers{
	width: 410px;
	height: 218px;
	text-align: justify;
	padding: 20px 460px 0px 50px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	font-size: 13px;
	line-height: 22px;
	background-image: url(/images/tt_numbers.jpg);
	background-repeat: no-repeat;
}

#numbersshort
{
	width: 590px;
	height: 47px;
	padding: 60px 50px 10px 280px;
	float: left;
	background-image: url(/images/tt_numbers_short.jpg);
	background-repeat: no-repeat;
}

/********************** Products **********************/
#products {
	
	background-color: #FFF;
	height: 100%;
	width: 580px;
	clear: both;
	}
	/********************** Clear float **********************/
	#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/********************** Some of the CLASSES **********************/
.thymetraining {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#FEFFE3;
	}
.heading {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #743633;
}

.contactus {
	font-weight: bold;
	color: #743633;
	margin-bottom: 12px;
}
.contactus a:link, a:visited, a:active {
	color: #743633;
	text-decoration: underline;
}	
.contactus a:hover {
	color: #226575;
	text-decoration: underline;
}

.tel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #226575;
	margin-bottom: 7px;
	font-weight: normal;
}

.black {
	color: #1E1734;
	font-weight: bold;
}

.productprice1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 15px;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
}
.productprice1 a:link {
	color: #990000;
	text-decoration: none;
}
.productprice1  a:visited {
	color: #990000;
	text-decoration: none;
}
.productprice1 a:active {
	color: #990000;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
	line-height: 15px;
	font-weight: bold;
}

.productprice1 a:hover {
	color: #226575;
	text-decoration: underline;
}

.category {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #743633;
	margin-top: 0px;
	margin-bottom: 15px;
}
.producttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #69923A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 7px;
	text-transform: uppercase;
	text-decoration: none;
}
.producttitle  a:link, a:visited, a:active{
	color: #69923A;
	text-decoration: none;
} 
.producttitle a:hover {
	color: #52722D;
	text-decoration: underline;
} 
.from {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	line-height: 14px;
	text-align: center;
}
/* ------ home page ------- */
#homemenu {
	width: 920px;
	height: 100%;
	text-align: center;
}
.software{
	float: left; 
	width: 184px;
	height: 171px;
	padding-top: 2px;
}
.training {
	float: left; 
	width: 184px;
	height: 171px;
	padding-top: 2px;
}
.stationery {
	float: left; 
	width: 184px;
	height: 171px;
	padding-top: 2px;
}
.quality {
	float: left; 
	width: 184px;
	height: 171px;
	padding-top: 2px;
}
.sageoverview {
	float: left; 
	width: 184px;
	height: 171px;
	padding-top: 2px;
}
#home_body {
	width: 920px;
	background-color:#F7F7E6;
	margin-top:15px;
}

#homemaintx {
	width: 470px;
	line-height: 22px;
	text-align: justify;
	padding: 15px 40px 30px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
	vertical-align:top;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}

#homemaintx2 {
	width: 283px;
	line-height: 22px;
	text-align: left;
	padding-top:0px;
	padding-right:40px;
	padding-left:20px;
	vertical-align:top;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
/* ------ product pages ------- */

.procuctpict {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 100px;
	height: 100%;
	float: left;
}
.procuctprice {
	background-color: #FFF;
	width: 100px;
	height: 100%;
}
.productdescription {
	background-color: #FFF;
	color: #FFF;
	padding: 0px 10px 5px 0px;
	width: 460px;
	height: 100%;
	float: right;
	}
	
.buy {
	width: 440px;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 15px;
	float: right;
}
/* ------ category page ------- */
.categorypict {
	background-color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	width: 100px;
	height: 100%;
	float: left;
}

.categoryinfo {
	background-color: #FFF;
	color: #FFF;
	padding: 0px 10px 5px 0px;
	width: 460px;
	height: 100%;
	float: right;
	}
	
/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Horizontal
  Style Theme:7 -L'Orange
  -----------------------------------
*/
#p7PMnav {
	margin:0;
	padding:0;
	position:relative;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
	border-left: 0;
	position: absolute;
	left: -9000px;
	border-bottom: 4px solid #B0915F;
	z-index: 10000;
}


/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a {
	display: block;
	text-decoration: none;
	background-color: none;
	padding: 6px 10px;
	color: #226575;
	border-left: 1px solid #164554;
	line-height:1;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	background-color: #E7E7E7;
	color: #164554;
	border-left: 1px solid #999999;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #333333;
	font-weight: normal;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
	background-image:  url(img/p7PM_dark_east.gif);
	background-repeat:	no-repeat;
	background-position: right center;
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	background-color: #E7E7E7;
	color: #164554;
	border-left: 1px solid #999999;
}

/*the submenu classes */

#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
}
#p7PMnav .p7PMshow {
	left: auto;
	z-index: 20000 !important;
}
/* Top level menu width */
#p7PMnav li {
	float: right;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths (SMCK_width of submenu) */
#p7PMnav ul, #p7PMnav ul li {
	width: 185px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #B0915F;
}

/*not needed for now */
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #666699;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/* --------------------------- End of P7 ------------------------ */
	
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


#SubNavQualityThyme{
	position:absolute;
	left:250px;
	top:34px;
	z-index:100;
	background-color:#FFFFFF;
	text-align:left;
	border:1px solid #cccccc;
	padding:0px;
}

#SubNavQualityThyme a{
	text-decoration:none;
	color:#226575;
	display:block;
	border-bottom:1px solid #b0915f;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:11px;
	padding-right:11px;
	font-size:13px;
	text-align:right;
}

#SubNavQualityThyme a:hover{
	background-color:#e7e7e7;
}




/* MEDIA MOUNT CSS STYLES */


body,td,th {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
	color: #000000;

}
body {
}

h1{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

h2, h3, h4, h5, h6{
	font-weight: bold;
	font-size:14px;
	color: #09565c;
	margin:0px;
	padding: 0px;
}

ul{
	list-style-position: outside;
	list-style-type:circle;
}

form {
	margin: 0;
	padding: 0;
}

th {
	background-color: #226575;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding:5px;
}

.td_on{
	background-color:#80583E;
	color:#000000;
}

.td_off{
	background-color:#e6eee3;
	color:#000000;
}

hr{
	color:#e6eee3;
}

/* The four following block define the style for all the website links */
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}


/* Transparency */	
.transbox {
	background-color: #fff;
	border: 1px solid white;
	filter:alpha(opacity=40);
	opacity: 0.6;
	-moz-opacity:0.5;
	}
	
/* This is the container which set text to solid color.
position: relative used for IE */	
.transbox div, .transbox img {
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	padding:5px;
	}

/* Page */
.PageMessageWarning{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #ad1e1d;
	padding: 5px;
	margin-bottom:10px;
}

.PageMessageWarning li{
	color:#FFF;
	margin-left:15px;
}

.PageMessageSuccess{
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	color: white;
	background-color: #018369;
	padding: 5px;
	margin-bottom:10px;
	display:none;
}

/* Rounded Corner Boxes */
.CornerRoundBlue {
	width: 100%;
	background-color: #3887CF;
	color: #000000;
}

.CornerRoundBlue a, .CornerRoundBlue a:visited, .CornerRoundBlue a:hover{
	color:#FFFFFF;
}

.CornerRoundBlue p {
	margin: 0 10px;
}

.CornerRoundTopBlue { 
	background: url(/images/blue_tr.gif) no-repeat top right; 
}

.CornerRoundBottomBlue {
	background: url(/images/blue_br.gif) no-repeat top right; 
}

img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}
.Category {
	font-family: Verdana, sans-serif; 
	font-size: 7pt; 
	color: #21536A;
}

.SubCategory{
	margin:5px;
	margin-left:0px;
	padding:3px;
	width:575px;
	position:relative;
	clear:both;
	font-size:12px;
	line-height:22px;
}

.SubCategoryImage{
	width:120px;
	float:left;
}

.SubCategoryName{
	color:#69923a;
	text-transform:uppercase;
	font-weight:bold;
}

.SubCategoryName a{
	color:#69923a;
}

.SubCategoryText{
	width:440px;
	float:left;
	color:#333;
}


.Search {
	font-family: Verdana, sans-serif; 
	font-size: 7pt; 
	color: #21536A; 
}
.special {
	color:#CC0000;
	text-align:left;
	font-weight: bold;
}

.Featured {
	color:#990000;
	text-align:left;
	font-weight: bold;
}

.multideal {
	color:#999;
	text-align:left;
	font-weight: bold;
}

/* Cart */
.Cart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.CartProduct {
	font-family: Verdana, sans-serif; font-size: 10pt; height: 40px; width:350px;
}
.CartPrice {
	font-family: Verdana, sans-serif; font-size: 10pt; width:80px;
}
.CartUnits {
	font-family: Verdana, sans-serif; font-size: 10pt; width:60px;
}
.CartStockCode {
	font-family: Verdana, sans-serif; font-size: 10pt; width:90px;
}
.CartQty {
	font-family: Verdana, sans-serif; font-size: 10pt; width:60px;
}
.CartVoucherValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartDiscount {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartShippingValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartTaxValue {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartSubTotal {
	font-family: Verdana, sans-serif; font-size: 10pt; width:100px;
}
.CartTotal {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	width:100px;
	font-weight: bold;

}

.CartCheckout {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartContinueShopping {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartUpdateTotalPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.CartConfirmAndContinue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFFFFF;
	background-color: #9900CC;
}

.CartDiscountDeal {
	font-weight: bold;
	color:#990000;
}

.CartVoucherMessage {
	font-weight: bold;
	color:#990000;
}

.DetailsAddToCart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.DetailsPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px;
	width: 100px;
	font-weight: bold;
	margin:0px;
	padding:0px;
	padding-bottom:2px;
	background-color:#FFFFFF;
	
}
.DetailsPriceCurrency {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	border: 0px;
	background:transparent url(/images/spacer.png);

}

.DetailsCurrencySelect{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.DetailsShippingPrice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 50px;
	background-color:#FFFFFF;
}

.DetailsWeight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 38px;
	background-color:#FFFFFF;
}

.DetailsDimensions {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	border: 0px;
	width: 120px;
	background-color:#FFFFFF;
}

#DetailsPriceSaving{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999;
	padding: 2px;
}

#ProductMatchingProducts{
	margin-top:20px;
}

#DetailsMatching {
	position: relative;
	float: left;
	border: 0px solid #AAAAAA;
	margin:3px;
	padding:3px;
	width:80px;
	text-align:center;
	background-color:#FFFFFF;
}

#DetailsMatching a{
	font-size:11px;
}

#DetailsPageCategory{
	background-color:#e6eee3;
	padding:5px;
	margin-top:5px;
	margin-bottom:5px;
	line-height:17px;

}

.DetailsQty{
	width:40px;
}

#CartForm{

}

#SelectCurrency{
	margin-bottom:10px;
}

/* Customers */
.Customers {
	font-family: Verdana, sans-serif; font-size: 10pt; width:155px;
}

/* Orders */
.OrderDate {
	font-family: Verdana, sans-serif; font-size: 10pt; width:180px;
}

.OrderPaymentMethod {
	font-family: Verdana, sans-serif; font-size: 10pt; width:200px;
}

.OrderMessage {
	font-family: Verdana, sans-serif; font-size: 10pt; width:350px; height:100px;
}

.OrderVoucherID {
	font-family: Verdana, sans-serif; font-size: 10pt; width:200px;
}

.ImageGridTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	border: 0px solid #CCCCCC;
	border-collapse: collapse;
}

#Manufacturers {
	display: block;
	overflow: auto;
	height:150px;
	padding:2px;
	background-color:#EBEDEC;
}

#Manufacturers a:link, #Manufacturers a:visited {
	display: block;
}

#ManufacturersHeader {
	height:32px;
	margin-left:5px;
	margin-right:5px;
	margin-top:2px;
	margin-bottom:2px;
	background-color:#FFFFFF;
	text-align:center;
}

#SearchPageCategoryBreadCrumb{
	margin-top:5px;
	margin-bottom:5px;
	padding:3px;
	background-color: #e6eee3;
	font-size:13px;
}

#SearchPageCategorysubCategories{
	margin-bottom:10px;
}

.SearchSpecials{
	margin:3px;
}

/* Product Details */
#ProductImage{
	float: left;
	width:195px;
}

#ProductImagesThumbs img{
	width:100px;
	height:100px;
}


#ProductBuying{
	float: left;
	margin-left:5px;
	width:320px;
}

#ProductDescriptionArea{
}

#ProductShortDescription{
	margin-left:5px;
	font-size:12px;
	line-height:20px;
}

.productoption{
	margin-bottom:5px;
}

#ProductDescription{
	clear:both;
}

#ProductDescription ul li{

	list-style-type: square;
}

#ProductSpecials{
	clear:both;
	margin-bottom:10px;
}

#ProductInfo{
	width:380px;
}

#ProductPriceOptions{
	margin-top:5px;
}

/* Main Page Styles */
#Page{
	width:800px;
	margin:0 auto; 
	text-align: left;
	background-color:#FFFFFF;
	padding:0px;
	margin-top:10px;
	margin-bottom:10px;
	border:1px solid #ffd684;
}

#PageHeaderBanner{

}

#PageSide{
	float:left;
	clear:both;
	background-color: #41181c;
	background-image:url(/images/page_side_category_background.jpg);
	background-repeat:no-repeat;
	width:160px;
	margin-right:5px;
	border:1px solid #CCC;
}

#PageSideCategories a:link, #PageSideCategories a:visited, #PageSideGroups a:link, #PageSideGroups a:visited{
	font-size:13px;
	color:#FFF;
	padding-left:10px;
	padding-bottom:8px;
	width:100%;
	display:block;
}

#PageSideCategories a:hover, #PageSideGroups a:hover{
	color:#ffd684;
	text-decoration:none;
}

#PageSideLinks a:link, #PageSideLinks a:visited{
	font-size:11px;
	color:#FFF;
	padding-left:10px;
	padding-bottom:8px;
	width:100%;
	display:block;
}

#PageSideLinks a:hover{
	color:#ffd684;
	text-decoration:none;
}


#PageSideSpecialOffers{
	float:left;
	clear:left;
	width:172px;
	background-color:#C92B6C;
	color:#FFFFFF;
	padding:18px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-top:1px solid #FFF;
}

#MainContent{
	width:790px;
	padding:5px;
	padding-top:0px;
}

#PageFooter{
	text-align:right;
	font-size:12px;
	clear:both;
	background-color:#543540;
	background-image:url(/images/page_footer_background.jpg);
	background-repeat:no-repeat;
	padding:5px;
	border-top:1px solid #ffd684;
	color:#FFF;
}

#PageFooter a:link, #PageFooter a:visited{
	color:#ffd684;
	text-decoration:none;
	margin-right:5px;
	padding-right:5px;
}

#PageFooter a:hover{
	color:#FFF;
}
#footeroptions{
	clear:both;
}

/* Shop */

#HeaderNavShop{
	background-image:url(/images/header_search_background_shop.gif); 
	background-color:#1E4AA7;
	width:730px;
	clear:left;
	padding-top:3px;
}

#HeaderNavShopCategories{
	padding:5px;
	padding-top:0px;
	margin:0px;
}

#HeaderNavShopCategories div{
	width: 105px;
	margin:0px;
	margin-right:0px;
	float: left;
}

#HeaderNavShopCategories div a{
	color:#FFF;
	text-decoration:none;
	display: block;
	font-size:11px;
}

.SideBoxShop{
	width:195px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:2px;
}

.SideBoxShopContent{
	background-color:#000000;
	color:#FFFFFF;
	padding-left:7px;
}

.SideBoxShopContent a:link, .SideBoxShopContent a:visited{
	text-decoration:none;
	color:#FFFFFF;
}

.SideBoxShopContent a:hover{
	text-decoration:none;
	color:#85B32E;
}

.Manufacturer{
	font-size:11px; 
	width:160px;
}

#PageProducts{
clear:both
}

#PageProducts table tr td{
	border:0px;
}


/* Motion Gallery Styles */
#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
	width: 660px; /* Set to gallery width, in px or percentage */
	height: 83px; /* Set to gallery height */
	margin-left:20px;
}

#motioncontainer a img {
border: 0px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 0px solid #3399FF; /* Set image border hover color */
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}



/********** additional product info **********/

.anchorelinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #CF8959;
	text-decoration: none;
}
.anchorelinks a:link {
	color: #CF8959;
	text-decoration: underline;
}
.anchorelinks a:visited {
	color: #CF8959;
	text-decoration: underline;
}
.anchorelinks a:hover {
	color: #743633;
	text-decoration: underline;
}
.anchorelinks a:active {
	color: #CF8959;
	text-decoration: underline;
}

.keyfeatures {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #69923A;
	text-decoration: none;
	text-transform: uppercase;
}


.keytext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	color: #333;
}

.keytext a:link {
	color: #900;
	text-decoration: underline;
}
.keytext a:visited {
	color: #900;
	text-decoration: underline;
}
.keytext a:hover {
	color: #69923A;
	text-decoration: underline;
}

.featurestitle {	
	color: #69923A;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 5px;	
}

.terms {
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 16px;
	color: #333;
	text-decoration: none;
	margin-bottom: 5px;
}

.terms a:link, a:visited,  a:active {
	color: #990000;
	text-decoration: underline;
}
.terms a:hover {
	color: #69923A;
	text-decoration: underline;
}


.termshead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}

.categorytitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none;
	color: #743633;
	margin-top: 0px;
	margin-bottom: 15px;
}
	
	/********************** Offers **********************/
#offers{
	width:237;
	height:46px;
	margin: 25px 0px 0px 0px;
}

	/********************** Upgrades **********************/
#upgrades {
	width:237;
	height:109px;
	}
	
	/********************** Overview **********************/
#overview{
	width:237;
	height:74px;
	margin: 0px 0px 30px 0px;
}

/********************** h2 & h3 **********************/
h2 {
font-family: Verdana, Geneva, sans-serif;
font-size: 13px;
line-height: 22px;
color: #CF8959;
text-decoration: none;
font-weight: normal;
}

h2 a:link, a:visited, a:active {
color: #CF8959;
text-decoration: underline;
}

h2 a:hover {
color: #743633;
text-decoration: underline;
}	
	
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: #69923A;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

h3 a:link, a:visited, a:active {
color: #900;
text-decoration: underline;
}

h3 a:hover {
color: #743633;
text-decoration: underline;
}	

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 22px;
	padding-bottom:5px;
	color: #69923A;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: normal;
}

h4 a:link, a:visited, a:active {
color: #69923A;
text-decoration: underline;
}

h4 a:hover {
color: #743633;
text-decoration: underline;
}	

.tagline{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-decoration: none;
	color: #D68959;
	margin-top: 5px;
	margin-bottom: 18px;
	font-weight: normal;
}


