html, body {
	margin: 0; padding: 0;
	background: #f0f0f0;
}

#wrapper {
	position: relative;
	width: 948px;
	margin: 0 auto;
}

.noScreen,
.printLogo {
	display: none;
}


/* HEADER */
#header {
	height: 84px;
}

#logo a {
	position: absolute;
	top: 13px; left: 9px;
	display: block;
	width: 159px; height: 61px;
	text-indent: -999em;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}

.headerCart {
	position: absolute;
	top: 0; right: 0;
	width: 309px; height: 28px;
	background-repeat: no-repeat;
	background-position: right top;
	/* theme-css */
}
.headerCart .title {
	display: none;
}
.headerCart .amount {
	margin: 5px 0 0 50px;
	font-size: 11px;
}
.headerCart .checkout a {
	position: absolute;
	top: 7px; right: 12px;
	display: block;
	width: 79px; height: 12px;
	text-decoration: none;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}

/* MAINMENU */
#mainMenu {
	position: absolute;
	top: 41px; left: 189px;
	width: 759px; height: 30px;
	overflow: hidden;
	background: url(/images/frame_menu.gif) no-repeat right top;
}

#mainMenu ul,
#mainMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
#mainMenu li {
	float: left; display: inline;
	padding: 7px 0 0 12px;
	background-repeat: no-repeat;
	background-position: 5px 13px;
	/* theme-css */
}
#mainMenu li.first {
	padding-left: 12px;
	background: none;
}
#mainMenu a {
	font-family: "Arial Narrow", "Helvetica Condensed", Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2d3331;
}
#mainMenu a:hover,
#mainMenu a.active {
	color: #ff9900;
}

/* theme colors */
#mainMenu .theme02 a:hover,
#mainMenu .theme02 a.active {
	color: #04aeef;
}
#mainMenu .theme03 a:hover,
#mainMenu .theme03 a.active {
	color: #ff0000;
}
#mainMenu .theme04 a:hover,
#mainMenu .theme04 a.active {
	color: #f665b0;
}

#mainMenu .theme07 a:hover,
#mainMenu .theme07 a.active,
#mainMenu .theme08 a:hover,
#mainMenu .theme08 a.active {
	color: #df071a;
}
#mainMenu .theme10 a:hover,
#mainMenu .theme10 a.active {
	color: #8cb414;
}
#mainMenu .theme11 a:hover,
#mainMenu .theme11 a.active {
	color: #7e5bff;
}
#mainMenu .theme14 a:hover,
#mainMenu .theme14 a.active {
	color: #ff0000;
}
#mainMenu .theme15 a:hover,
#mainMenu .theme15 a.active {
	color: #f8bc10;
}

/* CAROUSSEL */ 
.mainCaroussel {
	float: left; display: inline;
	width: 708px; height: 241px;
	overflow: hidden;
	background: #e3e3e3;
}

/* SERVICE BOX */
.serviceBox {
	float: right; display: inline;
	width: 184px; min-height: 221px;
	padding: 10px;
	background: #2d3331;
	color: white;
}
* html .serviceBox { /* fix IE6 bug */
	overflow: hidden;
	height: 221px;
}

.serviceBox a {
	text-decoration: none;
	color: white;
}
.serviceBox a:hover {
	text-decoration: underline;
}

.serviceBox input {
	font-size: 11px;
}

.serviceBox .serviceSearch {
	position: relative;
	left: -3px;
	float: left; display: inline;
	width: 155px; height: 14px;
	padding: 5px;
	margin: 0 0 3px 0;
	border: none;
	background: url(/images/service_input_white.gif) no-repeat left top;
	color: #4d4d4d;
}
.serviceBox .serviceEmail,
.serviceBox .servicePassword {
	position: relative;
	left: -3px;
	float: left; display: inline;
	width: 155px; height: 14px;
	padding: 5px;
	margin: 0 0 3px 0;
	border: none;
	background: url(/images/service_input_gray.gif) no-repeat left top;
	color: #4d4d4d;
}
.serviceBox .submit2dark {
	float: left; display: inline;
	margin: 4px 0 0 0;
	width: 17px; height: 16px;
	overflow: hidden;
	border: none;
	text-indent: 999em;
	letter-spacing: 999em;
	cursor: pointer;
	background-color: #2d3331;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}
.serviceBox .title {
	position: relative;
}
.serviceBox .serviceRegister {
	position: absolute;
	right: 15px; top: 2px;
	color: #969998;
}
.serviceBox ul,
.serviceBox li {
	margin: 0; padding: 0;
	list-style: none;
}
.serviceBox li {
	line-height: 16px;
	padding: 0 0 0 12px;
	background-repeat: no-repeat;
	background-position: 3px 8px;
	/* theme-css */
}
.serviceBox li.grayed a {
	color: #969998;
}

/* FOOTER */
.footerBar {
	padding: 3px 13px;
}
*+html .footerBar { /* IE7 floating bottom margin bug */
	padding-bottom: 0;
}
.footerLogo {
	float: left; display: inline;
	width: 110px;
	background: url(/images/dots_ver_gray.gif) repeat-y right top;
}
.footerLogo a {
	display: block;
	width: 100px; height: 35px;
	text-decoration: underline;
	text-indent: -999em;
	background-repeat: no-repeat;
	background-position: left top;
	/* theme-css */
}
.logoMkb,
.logoTw {
	float: left; display: inline;
	padding: 0 15px;
	background: url(/images/dots_ver_gray.gif) repeat-y right top;
}
.logoMkb {
	width: 38px; height: 37px;
}
.logoTw {
	width: 90px; height: 37px;
}

.footerMenu {
	float: left; display: inline;
	padding: 9px 20px 0 10px;
}
.footerMenu ul,
.footerMenu li {
	margin: 0; padding: 0;
	list-style: none;
}
.footerMenu li {
	float: left; display: inline;
	padding: 0 10px 0 12px;
	background-repeat: no-repeat;
	background-position: 0px 7px;
	/* theme-css */
}
.footerMenu li.first {
	background: none !important;
}
.footerMenu a {
	text-decoration: none;
	color: #2d3331;
}
.footerMenu a:hover {
	text-decoration: underline;
}

#copyrights {
	margin: 0 0 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	color: #8e9190;
}

strong.head {
            padding: 5px 0 0 0;
            float: left; display: inline;
}
#like {
            padding: 13px 0 0 2px;
            float: left; display: inline;
}
.addthis_toolbox {
            float: left; display: inline;
            padding: 15px 0 10px;
            margin: 0 0 0 -2px;
}
.topContent strong.head {
            padding: 0 0 0 5px;
            float: none; display: block;
}
.topContent .addthis_toolbox {
            float: none; display: block;
            padding: 5px 0 10px 5px;
}
.socials {
            float: right; display: inline;
            margin: 1px 0px 0 0; list-style: none;
}
.socials li {
            float: left; display: inline;
            margin: 0 0 0 5px;
}
.socials li a {
            float: left; display: inline;
}
.autocompleteContainer {
            position: absolute;
            z-index: 30;
top: 187px; left: 739px;
width: 189px;
}
.autocomplete-w1 {
            width: 189px; 
}
.autocomplete-w1 .autocomplete {
            display: none;
            width: 187px; 
            max-height: 300px;
            padding: 0 0 5px;
            overflow: auto;
            overflow-x: hidden;       
            border: 1px #2D3331 solid; 
            border-top: none;
            background: #fff;
}
.autocomplete-w1 #showAllResults {
            width: 187px;    
}
.autocomplete-w1 a {
            overflow: hidden;
            white-space: nowrap;
            display: block;
            padding: 2px 17px 3px 5px;
            width: 165px;
            background: #fff;
}
.autocomplete-w1 .suggestPart {
            width: 187px; 
            background: #fff;
}
.autocomplete-w1 .acHeader,
.autocomplete-w1 .acLoading,
.autocomplete-w1 .acNothingFound {
            overflow: hidden; white-space: nowrap;
            display: block;
            padding: 2px 17px 3px 5px;
            width: 165px;
            font-size: 12px;
            font-weight: bold;
            background: #fff;
}
.autocomplete-w1 .acHeader {
            padding-top: 12px;
}
.autocomplete-w1 .acLoading img {
            display: inline;
            margin: 0 5px 0 0;
            vertical-align: middle;
}
.autocomplete-w1 .suggestPart .acItems {
            width: 187px;    
}
.autocomplete-w1 .suggestPart .acItems div {
            overflow: hidden;
            white-space: nowrap;
            display: block;
            padding: 2px 0 3px 5px;
            width: 165px;
            font-size: 11px;
            color: #2D3331;
            background: #fff;
            border-right: 17px #fff solid; 
            border-left: none; 
            cursor: pointer;
}
.autocomplete-w1 a:hover,
.autocomplete-w1 .suggestPart .acItems div.selected,
.autocomplete-w1 .suggestPart .acItems div.selected strong {
            color: #fff;
            text-decoration: none;
}

#trustReview,
#trustReview .tpc_widget {
	width: 167px !important;
	overflow: hidden;
	background-color:#F2F2F2;
}
#trustReview .tpc_widget {
	display: none;
	position: relative;
	width: 167px !important;
	height: 700px;
}
.tpc_top_center {
	width: 100% !important;
}
.tpc_bg,
.tpc_gradient,
.tpc_top_right,
.tpc_top_left,
.tpc_bottom_hr  {
	display: none !important;
}
.tpc_bottom {
	padding-top: 15px;
	background: #d1d1d1 !important;
}
.trustbox_Speechbubble {
	margin: 0 auto !important;
}
