﻿.foo{}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER PAGE WRAPPERS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.master-wrapper-page
{
	/*margin: 10px auto;*/
	min-width: 1010px;
	/*width: auto !important;*/
	/*width: 100%;*/
	width:expression( document.body.clientWidth < 1010 ? "1010px" : document.body.clientWidth );
}

.master-wrapper-content
{
	float: left;
	width: 100%;
}

.master-wrapper-div
{
	/*margin-top: 15px;*/
}

.master-wrapper-left
{
	float: left;
	width: 200px;
	padding-left: 1%;
	font-family: arial, helvetica, sans-serif;
}

.master-wrapper-center
{
	padding:0 220px;
	/*left: 0px;*/
}

.master-wrapper-right
{
	float: right;
	width: 200px;
	padding-right: 1%;
	font-family: arial, helvetica, sans-serif;
}

.master-wrapper-cph
{
	/*padding: 0 2% 0 2%;*/
	min-width: 550px;
}

.cleaner 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	border: none;
	margin: 0; padding: 0;
	background: transparent;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.header
{
	height: 100px;
}

.header .icon
{
	vertical-align: bottom;
}

.header .ico-register
{
	background: url('images/ico-register.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-login
{
	background: url('images/ico-login.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-logout
{
	background: url('images/ico-logout.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-cart
{
	background: url('images/ico-cart.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-wishlist
{
	background: url('images/ico-wishlist.gif') no-repeat;
	padding-left: 20px;
}

.header .ico-admin
{
	background: url('images/ico-admin.gif') no-repeat;
	padding-left: 20px;
}

.header-logo
{
	margin-top: 15px;
	margin-left: 10px;
	float: left;
	text-align: left;
	width: 168px;
}

.header-logo .companytitle
{
	width: 100%;
	text-align: center;
	color: #243ccd;
	font-weight: bold;
	padding-top: 3px;
	font-size: 1.1em;
}

.header-title
{
	margin: 5px 520px 0px 190px;
	height: 100%;
	max-height: 80px;
	/*overflow:hidden;*/
}

.header-advt
{
	/*float: right;*/
	max-width: 500px;
	height: 100%;
}

.header-phone
{
	float: right;
	width: 330px;
	height: 17px;
	margin-top: 8px;
	padding-top: 4px;
	background-color: #75b5db;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	color: #5E3E27;
	overflow: hidden;
	text-align: justify;
}

a.logo
{
	background: url('images/logo_tstech.jpg');
	display: block;
	width: 168px;
	height: 44px;
	text-decoration: none;
}

.header-links-wrapper
{
	float: right;
	text-align: right;
	width: 570px;
	display:none;
}

.header-links
{
	border: solid 1px #9a9a9a;
	padding: 5px 5px 5px 5px;
	margin-bottom: 5px;
	display: inline-table;
}

.header-links ul
{
	padding: 0;
	margin: 0;
}

.header-links ul li
{
	list-style: none;
	display: inline;
	padding-right: 2px;
}

.header-links a
{
	color: #FFFFFF;
	text-decoration: none;
}

.headerlinks a:hover
{
	color: #ff9933;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headermenu
{
	color: #FFFFFF;
	text-align: center;
	height: 28px;
	vertical-align: middle;
	letter-spacing: 1px;
	min-width: 500px;
	/*padding-left: 135px;*/
	padding-left: 15%;
}

.headermenu ul
{
	padding: 0;
	margin: 0;
}

.headermenu li
{
	list-style: none;
	display: inline;
}

.menutop-left
{
	float: left;
	width: 7px;
	height: 28px;
	background: url('images/menutop_left.png') no-repeat;
}

.menutop-mid
{
	float: left;
	height: 20px;
	background: url('images/menutop_mid.png') repeat-x;
	/*width: 150px;*/
	padding-top: 8px;
}

.menutop-right
{
	float: left;
	width: 7px;
	height: 28px;
	background: url('images/menutop_right.png') no-repeat;
}

.menutop-mid a
{
	color: #FFF;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 8px;
}

.menutop-mid a:hover
{
	color: #ff6600;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MASTER HEADER MENU - SEARCH BOX 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.searchbox
{
	float: left;
	width: 180px;
	display: inline;
	padding-left: 5px;
}

.searchbox ul
{
	margin: 0;
	padding: 0;
}

.searchbox ul li
{
	list-style: none;
	float: left;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.headernav
{
	color: #FFFFFF;
	height: 36px;
	width: 100%;
	min-width: 300px;
	position: relative;
}

.left-nav 
{
	float: left;
	position: relative;
	width: 198px;
}

.timer
{
	float: left;
	height: 36px;
	width: 155px;
	background: url(images/timer_mid.png) repeat-x;
}

.clock 
{
	padding-top: 10px;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
}

.timer-mid
{
	float: left;
	height: 36px;
	width: 43px;
	background: url(images/timer_centrer.png) no-repeat;
}

.mainnav
{
	float: right;
	height: 36px;
	background: url(images/main_nav.png) repeat-x top left;
	left: 0px;
	position: absolute;
	width: 100%;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	GROUP TITLE NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.grouptitle
{
	float: left;
	/*width: 100%;*/
	margin-bottom: 20px;
}

.groupheader
{
	height: 32px;
}

.groupheader-left
{
	float: left;
	height: 32px;
	width: 12px;
	margin-left: -3px;
	background: url('images/grouptitle_left.png') no-repeat;
}

.groupheader-mid
{
	float: left;
	height: 32px;
	width: 182px;
	background: url('images/grouptitle_center.png') repeat-x;
}

.groupheader-right
{
	float: left;
	height: 32px;
	width: 12px;
	margin-right: -3px;
	background: url('images/grouptitle_right.png') no-repeat;
}

.group-content
{
	height: 100%;
	float: left;
	width: 198px;
	border: solid 1px #999;
}

.group-label
{
	font-family: arial, helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	padding-top: 12px;
	color: #243ccd;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	COLLECTION NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.collection-base
{
	float: left;
	width: 100%;
	height: 100%;
}

.collection-header
{
	float: left;
	height: 32px;
	width: 100%;
	background: url('images/groupcontent_bg.png') top left repeat-x;
}

.collection-point
{
	float: left;
	margin-left: 5px;
	margin-top: 8px;
	padding-right: 5px;
	width: 20px;
	height: 20px;
	background: url('images/col_point.png') top left no-repeat;
}

.collection-content
{
	height: 100%;
	float: left;
	width: 100%;
	padding-top: 10px;
	/*border: solid 1px #999;*/
	
	/*height: 300px;*/
	background-color: WHITE;
}

.collection-label a
{
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	font-weight: normal;
	text-align: left;
	padding-top: 11px;
	color: #ff6600;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LEFT MENU NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.sidebarmenu ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: bold 11px Arial;
	text-align: left;
	/*width: 180px;  Main Menu Item widths */
	/*border-bottom: 1px solid #ccc;*/
}
 
.sidebarmenu ul li
{
	position: relative;
}

/* Top level menu links style */
.sidebarmenu ul li a
{
	display: block;
	overflow: auto;			/*force hasLayout in IE7 */
	color: #000;
	text-decoration: none;
	padding: 7px;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
}

.sidebarmenu ul li a:link, .sidebarmenu ul li a:visited, .sidebarmenu ul li a:active
{
	background-color: #fff; /*background of tabs (default state)*/
}

.sidebarmenu ul li a:visited
{
	color: #000;
}

.sidebarmenu ul li a:hover
{
	background-color: #e4ebef;
}

#sidebarmenu-class1 a
{
	display: block;
	color: #FFF;
	background-color: #EC6F24;
	padding: 5px;
	font: bold 11px Arial;
}

#sidebarmenu-class1 a:hover
{
	color: #5B544D;
	background-color: #E0A974;
}

#sidebarmenu-class2 a
{
	display: block;
	padding-left: 15px;
	background: url('images/indicator.gif') left no-repeat #fff;
}

#sidebarmenu-class2 a:hover
{
	color: #E27642;
	background: url('images/indicator_2.gif') left no-repeat #E7E7E7;
}

#sidebarmenu-class2 ul li a
{
	display: block;
	color: #000;
	padding-left: 15px;
	background: url('images/pointer_3.gif') left no-repeat #e5e6e6;
}

#sidebarmenu-class2 ul li a:hover
{
	color: #E27642;
	background: url('images/pointer.gif') left no-repeat #F6F6F6;
}

#sidebarmenu-class3 a
{
	display: block;
	color: #666;
	padding-left: 15px;
	font-size: 10px;
	background: url('images/pointer.gif') left no-repeat #fff;
}

#sidebarmenu-class3 a:hover
{
	color: #E27642;
	background: url('images/pointer_3.gif') left no-repeat #e5e6e6;
}

#sidebarmenu-class3 ul li a
{
	display: block;
	color: #000;
	padding-left: 15px;
	background: url('images/pointer_3.gif') left no-repeat #e5e6e6;
}

/*Sub level menu items */
.sidebarmenu ul li ul
{
	position: absolute;
	width: 200px;		/*Sub Menu Items width */
	top: 0;
	visibility: hidden;
	margin-top: -1px;
	border-top: 1px solid #999;
}

.sidebarmenu a.subfolderstyle
{
	/*background: url(right.gif) no-repeat 97% 50%;*/
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CATEGORY NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.category-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.category-navigation li
{
	list-style: none;
}

.category-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .li_selected a
{
	color: #ff9933;
	font-weight: bold;
	text-decoration: none;
}

.category-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.category-navigation .treeview
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.category-navigation .treeview ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

.category-navigation .treeview ul .li_selected
{
	font-weight: bold;
}

.category-navigation .treeview ul .li_unselected
{
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	INFO BLOCK NAVIGATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.infoblock-navigation
{
	margin-bottom: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}

.infoblock-navigation li
{
	list-style: none;
}

.infoblock-navigation a
{
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.infoblock-navigation .title
{
	font-size: 0.9em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px 10px;
	color: #ff9933;
	background: #333 url(images/bg_sidebar_title.gif) no-repeat;
}

.infoblock-navigation .listbox
{
	font-size: 11px;
	padding: 5px 10px 10px;
	line-height: 18px;
	background: #404040 url(images/bg_sidebar_block.gif) no-repeat left bottom;
	margin: 0px;
}

.infoblock-navigation .listbox ul
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #3664A5;
	background-color: inherit;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.footer-group
{
	clear: both;
	padding: 15px 0px 5px 0px;
}

.footer
{
	color: #000;
}

.footer-image
{
	width: 100%;
	background: url('images/bottom_nav.png') top left repeat-x;
	height: 40px;
	background-color:Red;
}