/*------------------------------- screen START ---------------------------------------*/
@media screen {
/*------------------------------- screen START ---------------------------------------*/
/*-------------------------------------------------------------------------------------
	*
	*	@copyright:_________2010, Best Stuttgart
	*	@link:______________http://www.best-store.de
	*	@author:____________Oliver Hook
	* 	@namespace:_________OH
	*	@function:__________site style settings
	*
	*	@version:___________1.0
	*
--------------------------------------------------
	*
	*	COLOR SCHEME
	*
	*-- GLOBAL ---------------------------
	*	Body Background:____________#EEF0F2

	*-- TEXT -----------------------------
	*	Text Copy, Hd, SHd:_________#666666
	*	Text Footnote:______________#999999
	*	Text Highlight:_____________#333333
	*	Kursdata (pos.):____________#2F8B26
	*	Kursdata (neg.), Error:_____#9F0002

	*-- INTERACTION ----------------------
	*	Links, Icons:_______________#003366
	*	Links Hover:________________#EC8000

-------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*-----|| reset browser defaults ||--------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* resets all predefined values to 0 */
	margin:0;
	padding:0;
}
body {
	font-size:100%;
	background:#FFF;
	/*overflow:hidden;*/
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img, abbr, acronym {
	border:0;
}
abbr, acronym {
	border-bottom:1px dotted;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
ol, ul {
	list-style:none;
}
caption, th {
	text-align:left;
}
q:before, q:after {
	content:'';
}
a:focus { /* prevents ugly (but maybe useful) outlining on focus */
	outline:none;
}
embed:focus, object:focus { /* prevents ugly (but maybe useful) outlining on focus */
	outline:none;
}
img, embed, object, legend {
	display:block;
}
img { /* making HTML resized images look good in IE */
	-ms-interpolation-mode: bicubic; 
}
/*-----------------------------------------------------------------------------------*/
/*-----|| predefined styles ||-------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
.clear { /* clearing floats within html-code about the <br /> tag */
	clear:both;
	height:0;
	font-size:0;
}
.clearfix:after { /* clearfix-method without additional markup. needs surrounding element. */
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
hr { /* hr is invisile, but visible in print-view */
	display:none;
}
.OH_divider { /* general dividing line */
	clear:both;
	margin:15px 0;
	height:1px;
	background-color:#DDD;
}
.invisible { /* makes elements invisible but readable */
	position:absolute;
	left:-9999em;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| global font definitions ||-------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
* { /* basic font family/groundcolor */
	font-family:Arial, Helvetica, sans-serif;
}
a, a:visited { /* basic link groundcolor */
	color:#464646;
	text-decoration:none;
}
a:hover, a:focus, a:active { /* basic link hover color */
	color:#00FF00;
}

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#000;}

#colorBox{}
/*
#cboxTopLeft{width:25px; height:25px; background:url(images/border1.png) 0 0 no-repeat;}
#cboxTopCenter{height:25px; background:url(images/border1.png) 0 -50px repeat-x;}
#cboxTopRight{width:25px; height:25px; background:url(images/border1.png) -25px 0 no-repeat;}
#cboxBottomLeft{width:25px; height:25px; background:url(images/border1.png) 0 -25px no-repeat;}
#cboxBottomCenter{height:25px; background:url(images/border1.png) 0 -75px repeat-x;}
#cboxBottomRight{width:25px; height:25px; background:url(images/border1.png) -25px -25px no-repeat;}
#cboxMiddleLeft{width:25px; background:url(images/border2.png) 0 0 repeat-y;}
#cboxMiddleRight{width:25px; background:url(images/border2.png) -25px 0 repeat-y;}
*/
#cboxContent{background:#fff;padding:10px;}
#cboxLoadedContent{margin-bottom:20px;}
#cboxTitle{position:absolute; left:10px; bottom:30px; padding:5px; color:#FFF; font-size:13px;background-color: rgb(161,161,161);background-color: rgba(161,161,161,0.6); white-space:nowrap;}
#cboxTitle i {font-style:normal;font-weight:bold;color:#f30;}
#cboxCurrent{position:absolute; bottom:0px; left:100px; color:#999;}
#cboxSlideshow{position:absolute; bottom:0px; right:42px; color:#444;}
#cboxPrevious{position:absolute; bottom:0px; left:0; color:#444;}
#cboxNext{position:absolute; bottom:0px; left:63px; color:#444;}
#cboxLoadingOverlay{background:url(images/loading.gif) center center no-repeat #fff;}
#cboxClose{position:absolute; bottom:10px; right:10px; display:block; width:16px; height:16px; background:url(images/OH_olClose.png) 0 0 no-repeat;}

/*
    The following fixes png-transparency for IE6.  
    It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition
    
    Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
    Colorbox preloads navigation hover classes to account for this.
    
    !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
    while regular CSS background images are relative to the CSS document.
*/
.cboxIE #cboxTopLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopLeft.png, sizingMethod='scale');}
.cboxIE #cboxTopCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopCenter.png, sizingMethod='scale');}
.cboxIE #cboxTopRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderTopRight.png, sizingMethod='scale');}
.cboxIE #cboxBottomLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomLeft.png, sizingMethod='scale');}
.cboxIE #cboxBottomCenter{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomCenter.png, sizingMethod='scale');}
.cboxIE #cboxBottomRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderBottomRight.png, sizingMethod='scale');}
.cboxIE #cboxMiddleLeft{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleLeft.png, sizingMethod='scale');}
.cboxIE #cboxMiddleRight{background:transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/internet_explorer/borderMiddleRight.png, sizingMethod='scale');}



/*-----------------------------------------------------------------------------------*/
/*-----|| global form definitions ||-------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
input::-moz-focus-inner { /* resets inner padding */
  border: 0;
  padding: 0;
}

/*-----------------------------------------------------------------------------------*/
/*-----|| document ||----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#OH_dcCont { /* document container */
	width:1000px;
	margin:0 auto;
	position:relative;
	z-index:100;
	/*min-width:800px;
	overflow:hidden;*/
}
#OH_logo {
	position:absolute;
	right:0;
	top:30px;
	z-index:100;
}

/*-----------------------------------------------------------------------------------*/
/*-----|| main navigation ||---------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#OH_mnCont { /* main navigation  container */
	position:absolute;
	left:0;
	top:30px;
	background:url(images/OH_navTrans.png);
	padding:10px;
	min-width:145px;
	min-height:300px;
	z-index:100;
}
#OH_mnCont > ul > li { /* contentbox inside main navigation */
  position:relative;
}
#OH_mnCont > ul > li > a {
  display:block;
  line-height:30px;
  font-size:20px;
  color:#FFF;
}
#OH_mnCont > ul > li > a:hover,
#OH_mnCont a.OH_current {
  color:#393738;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| content ||-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#OH_ctSrd { /* surrounding content elements */
	
}
#OH_ctCont { /* content container */
	
}
#OH_ctCont .OH_ct { /* contentbox inside content */
	position:relative;
	/*height:950px;*/
}
/*#OH_bgMoods {
	position:relative;
}
#OH_bgMoods li {
	position:absolute;
	height:950px;
	display:none;
	z-index:10;
}*/
#OH_bgMoods li:first-child {
	display:block;
}
.OH_jsLoad #OH_bgMoods li:first-child {
	display:none;
}
.OH_bgMoods {
	/*position:absolute;
	left:0;
	top:0;
	width:100%;*/
}
.OH_jsLoad .OH_bgMoods {
	display:none;
}

#OH_home {
	left:160px;
	top:-10px;
  display:block;
  padding:10px;
  background:url(images/OH_ctStartTrans.png);
}
#OH_mnCont #OH_lnHome {
	/*display:none;*/
}
.OH_jsLoad #OH_home {
	display:none;
}
.OH_ctBox {
  position:relative;
  left:-10px;
  top:30px;
  padding:10px 20px 20px 200px;
  width:600px;
}
.OH_jsLoad .OH_ctBox {
  position:absolute;
  top:-9999em;
  z-index:100;
  display:none;
}
#OH_about {
  background:url(images/OH_ctAboutTrans.png);
  padding-bottom:0;
}
#OH_collection {
  background:url(images/OH_ctCollectionTrans.png);
  padding-bottom:10px;
}
#OH_collection li p {
  font-size:15px;
  color:#FFF;
  /*word-spacing:10px;*/
  line-height:18px;
  margin-bottom:0;
}
#OH_collection li p span {
	padding:0 20px 0 0;
	white-space:nowrap;
}
#OH_shops {
  background:url(images/OH_ctShopsTrans.png);
  padding-right:0;
}
#OH_shops li address {
  font-size:12px;
  color:#FFF;
  margin-bottom:0;
}
#OH_shops .OH_col-2-4 {
	float:left;
	width:300px;
}
#OH_shops .OH_col-1-4 {
	float:left;
	width:150px;
}
#OH_onlineshop {
  background: #FFF;
  background:rgba(255,255,255,0.8);
  padding-right:0;
}
#OH_onlineshop .OH_col-2-4 {
    float:left;
    width:45%;
    padding-right: 5%;
}
#OH_onlineshop .OH_col-2-4 img {
    width: 100%;
}
#OH_onlineshop .OH_col-2-4 p {
    color:#393738;
    font-size: 14px;
}
#OH_onlineshop .OH_col-2-4 p > a,
#OH_onlineshop .OH_col-2-4 p > a:hover,
#OH_onlineshop .OH_col-2-4 p > a:focus,
#OH_onlineshop .OH_col-2-4 p > a:active {
    color:#393738;
    text-decoration: underline;
}
#OH_brandnew {
  background:url(images/OH_ctBrandnewTrans.png);
  width:580px;
}
#OH_brandnew h1 {
  font-size:18px;
}
#OH_clThumbCont li {
	position:relative;
	float:left;
	margin:0 0 28px 28px;
}
#OH_clThumbCont li a {
	display:block;
	border:1px solid #dadada;
}

#OH_clThumbCont li:first-child {
	margin-left:0;
}
.OH_imgDesc {
	position:absolute;
	left:1px;
	bottom:1px;
	display:none;
	padding:5px;
	width:142px;
	background-color: rgb(161,161,161);
	background-color: rgba(161,161,161,0.8);
	color:#FFF;
	font-size:11px;
}
.OH_imgDesc i {
	font-weight:bold;
	font-style:normal;
	color:#f30;
}
#OH_contact {
  background:url(images/OH_ctContactTrans.png);
}
#OH_contact .OH_fmCol {
	float:left;
	min-width:170px;
	margin-bottom:10px;
	margin-left:10px;
}
#OH_contact .OH_fmCol:first-child {
	margin-left:0;
}
.formbody label {
	padding:0 0 0 5px;
	font-size:12px;
	color:#FFF;
	display:block;
	min-height:17px;
}
.formbody .text {
	display:block;
	padding:2px 5px;
	width:158px;
	background:none;
	border:1px solid #bbb6ad;
	font-size:12px;
	color:#FFF;
}
.formbody textarea {
	background:none;
	border:1px solid #bbb6ad;
	font-size:12px;
	color:#FFF;
	padding:2px 5px;
	width:340px;
	height:44px;
}
.submit_container {
	position:relative;
	float:left;
	margin-left:10px;
	min-width:170px;
	height:67px;
}
.submit_container .submit {
	position:absolute;
	right:0;
	bottom:0;
	background:none;
	border:1px solid #bbb6ad;
	display:block;
	padding:5px 30px 5px 5px;
	width:168px;
	background:url(images/OH_submit.png) 100% 5px no-repeat;
	text-align:left;
	color:#FFF;
	font-size:12px;
	cursor:pointer;
}
.formbody input.error {
	border-color:#b31111;
}
.formbody p.error {
	position:absolute;
	left:10px;
	top:10px;
	color:#FFF;
	font-size:12px;
	width:155px;
	padding-left:25px;
	background:url(images/OH_iconsGlobal.png) 0 2px no-repeat;
	line-height:16px;
}
.formbody .OH_fmMandatory {
	clear:both;
	font-size:12px;
	padding:0 0 0 10px;
	margin-bottom:0;
}
h1 {
  line-height:28px;
  font-size:20px;
  color:#FFF;
  font-weight:normal;
  margin-bottom:10px;
}
p {
  line-height:20px;
  font-size:14px;
  color:#FFF;
  margin-bottom:10px;
}

#OH_fbLike {
    position: absolute;
    background-color: #CCC;
    background-color: rgba(0,0,0,0.5);
    padding: 10px;
    z-index: 20;
    right: 0;
    bottom: 10px;
}

/*-----------------------------------------------------------------------------------*/
/*-----|| footer ||-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#OH_ftCont {
	position:absolute;
	right:0;
	bottom:60px;
	padding:5px 10px;
	/*background-color: rgb(161,161,161);
	background-color: rgba(161,161,161,0.6);*/
	background:url(images/OH_navTrans.png);
	z-index:100;
	width:150px;
}
#OH_ftCont li {
	/*float:left;
	margin-left:10px;*/
	padding-left:10px;
	border-left:1px solid #FFF;
}
/*#OH_ftCont li.OH_first {
	border-left:none;
	padding-left:0;
	margin-left:0;
}*/
#OH_ftCont li a {
	display:block;
	font-size:13px;
	color:#FFF;
}
#OH_ftCont li a:hover {
	color:#393738;
}
#OH_gm {
	display:none;
}
#cboxLoadedContent #OH_gm {
	display:block;
}
/*-----------------------------------------------------------------------------------*/
/*-----|| meta ||--------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
#OH_ptMeta #OH_dcCont {
	width:650px;
}
#OH_ptMeta #OH_ctCont .OH_ct {
	height:auto;
	position:relative;
}
#OH_ptMeta #OH_dcCont h1 {
	color:#9c9b99;
	font-size:22px;
	font-weight:normal;
	margin-bottom:20px;
}
#OH_ptMeta #OH_dcCont h2 {
	font-size:12px;
	color:#555;
}
#OH_ptMeta #OH_dcCont p {
	color:#555;
	font-size:12px;
	margin-bottom:15px;
}
#OH_ptMeta .formbody {
	padding-top:0px;
}
#OH_ptMeta .formbody .fields {
	margin-bottom:20px;
}
#OH_ptMeta .OH_fmCol {
	margin-bottom:8px;
}
#OH_ptMeta .formbody label {
	padding:0 0 0 5px;
	font-size:12px;
	color:#555;
	display:block;
	min-height:17px;
}
#OH_ptMeta .formbody .text {
	display:block;
	float:none;
	margin-right:0;
	padding:2px 5px;
	width:158px;
	background:none;
	border:1px solid #bbb6ad;
	font-size:12px;
	color:#555;
}
#OH_ptMeta .formbody input.error {
	border-color:#b31111;
}
#OH_ptMeta .submit_container {
	position:relative;
	float:none;
	margin-left:0;
	margin-bottom:25px;
	min-width:170px;
	height:auto;
}
#OH_ptMeta .submit_container .submit {
	position:static;
	right:0;
	bottom:0;
	background:none;
	border:1px solid #bbb6ad;
	display:block;
	padding:5px 30px 5px 5px;
	width:170px;
	background:url(images/OH_submit.png) 100% 5px no-repeat;
	text-align:left;
	color:#555;
	font-size:12px;
	cursor:pointer;
}
#OH_ptMeta #OH_dcCont .formbody p.error {
	position:static;
	left:0;
	top:0;
	font-size:12px;
	width:auto;
	padding-bottom:5px;
	padding-top:7px;
	margin-top:5px;
	margin-bottom:0;
}
#OH_ptMeta #OH_dcCont .OH_colL {
	float:left;
	width:310px;
}
#OH_mood {
	float:right;
}
#OH_nlAcceptSrd {
	margin-top:30px;
	padding:10px;
	border:1px solid #DDD;
}
#OH_ptMeta #OH_dcCont #OH_nlAcceptSrd .OH_colL {
	width:290px;
}
#OH_ptMeta #OH_dcCont #OH_nlAcceptSrd .OH_colL p a {
	text-decoration:underline;
}
#OH_ptMeta #OH_dcCont #OH_nlAcceptSrd .OH_colL p a:hover {
	text-decoration:underline;
	color:#464646;
}

/*------------------------------- screen END ----------------------------------------*/
}
/*------------------------------- screen END ----------------------------------------*/

