/* general */
UL.tabs {
	margin: 0;
	padding: 0;

	list-style-type: none;
}

UL.tabs LI {
	display: inline;
	margin: 0;
	padding: 0;
}

UL.tabs LI A,
UL.tabs LI A:link,
UL.tabs LI A:active,
UL.tabs LI A:visited {
	color: #606060;
	background-color: #c0c0c0;
	padding: .3em .6em;
	margin-right: .2em;
	display: block;
	float: left;
}

UL.tabs LI A:hover {
	color: #a0a0a0;
	background-color: #fff;
}


/* modFrame */
DIV.frame-categories-list DIV.thumb {
	float: left;
	margin: .5em 25px 0 0;
	width: 200px;		position: relative;
}

DIV.frame-categories-list DIV.thumb H3 {
	font-size: 100%;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
}

DIV.frames-list DIV.thumb DIV.photo,
DIV.frame-categories-list DIV.thumb DIV.photo {
	width: 180px;
	height: 135px;
	padding: 10px;
	border: 1px solid #c0c0c0;	
	text-align: center;
	overflow: hidden;
	
	background: #fff;

}

DIV.frame-categories-list A  {
position: relative !important; z-index: 10000;
}

DIV.frame-categories-list DIV.thumb DIV.description-box {
	width: 200px;
	padding: .5em .2em;
}

DIV.frame-categories-list DIV.thumb DIV.description-box SPAN.price {
	font-weight: bold;
}

DIV.frames-list P.eshop,
DIV.frame-categories-list P.eshop {
	padding: .5em 0 1em 0;
	background: url('images/icon-eshop.png') no-repeat right top;
	font-style: oblique;
	font-weight: bold;

}

DIV.frames-list DIV.thumb {
	padding: .8em 0;
	padding-left: 6px;
	min-height: 100px;
	height: auto;
	_height: 100px;
	display: block;

}

DIV.frames-list DIV.thumb-over {
	/*background: #f0f0f0;*/
	/*background: #edf8fc;*/
	cursor: pointer;
}

DIV.frames-list DIV.thumb DIV.description-box H3 {
	color: #F39500;
	font-weight: bold;
	margin: 0;
	padding: 0 0 0 0;
	text-transform: uppercase;
}

DIV.frames-list DIV.thumb DIV.description-box P {
	width: 420px; 
	font-size: 98%; 
	float: left; 
	padding: .3em  0 !important;	
	margin-bottom: .5em;
}

DIV.frames-list DIV.technologies {
	clear: both; 
	padding: 0 0 .5em 0;
	font-size: 98%;
	width: 445px;
}

DIV.frames-list DIV.technologies A {
	text-decoration: none;
}

DIV.frames-list DIV.technologies B {
	padding: .5em 0;
	display: block;
	font-weight: normal;
}

DIV.frames-list DIV.thumb DIV.photo {
	float: left;
	position: relative;
	/*background: #fff;*/
}

DIV.frames-list DIV.thumb DIV.description-box {
	float: left;
	margin-left: 16px;
}

DIV.frames-list DIV.thumb SPAN.price {
	font-size: 95%;
}

DIV.frames-list DIV.thumb SPAN.price B {
	font-size: 135%;
	padding: 0 .2em;
}

SPAN.old-price {
	text-decoration: line-through;
	padding: 0 .4em 0 0;
	font-weight: normal;
}

DIV#frame-base {
	min-height: 440px;
	height: auto;
	_height: 440px;
	position: relative;
}

DIV#frame-base DIV#information-box {
	float: left;
	width: 250px;
	padding: 0 3px 8px 3px;
	color: #191919;
	
	background: url('images/information-box-bg.png') repeat-x bottom center #b9b9b9;
}

DIV#frame-base DIV#information-box UL {
	font-size: 98%;
	margin-top: 1em;
}

DIV#frame-base DIV#information-box UL LI {
	list-style-type: square;
	margin-left: 20px;
}

DIV#frame-base DIV#information-box UL LI A {
	padding: .2em 5px;
	display: block;

	_height: 0;	
	color: #4d4d4d;
}

DIV#frame-base DIV#photo {
	float: right;
	text-align: center;
	width: 740px;
	margin-top: -35px;
	margin-bottom: -65px;
	overflow: hidden;
	position: absolute;
	right: 0;
}


DIV#frame-base DIV#information-box DL {
	margin: 0;
	padding: 0;
}

DIV#frame-base DIV#information-box TABLE {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: none;
	font-size: 98%;
}

DIV#frame-base DIV#information-box TABLE TD,
DIV#frame-base DIV#information-box TABLE TH {
	background: none;
	border: none;
	padding: .1em 5px;
}

DIV#frame-base DIV#information-box DL.progress-bars  {
	padding: 0 5px;
	width: 235px;
	margin: 0;
}

DIV#frame-base DIV#information-box DL.progress-bars DT {
	float: left;
	font-size: 95%;
	width: 70px;
}

DIV#frame-base DIV#information-box DL.progress-bars DD {
	width: 165px;
}

DIV#frame-base DIV#information-box DL.progress-bars DT,
DIV#frame-base DIV#information-box DL.progress-bars DD {
	padding: .1em 0;
}

DIV#frame-base DIV#information-box DIV.frame-price-box {
	clear: both;
	padding: .5em 0;
	margin: 1px 0;
}

DIV#frame-base DIV#information-box DIV.frame-price-box .price-highlite {
	font-size: 110%;
	font-weight: bold;
} 

DIV#frame-base DIV#information-box DIV.frame-price-box TABLE {
	width: 245px;
}

DIV#frame-base DIV#information-box DIV.frame-price-box SELECT {
	font-size: 100%;
}

DIV#frame-base DIV#information-box DIV.frame-price-box BUTTON.buy-small {
	margin: .5em 15px 0 0!important;
	text-align: center;
	float: right;
}

DIV#frame-base DIV#information-box DIV.frame-price-box BUTTON.buy-en,
DIV#frame-base DIV#information-box DIV.frame-price-box BUTTON.buy-cs {
	margin: 1em 0 .5em 0 !important;

}

DIV#frame-subpage FORM {
	padding: 1em 0 0 10px;
}

DIV#frame-subpage DIV#fog-customer {
	/*position: absolute;
	width: 250px;
	padding: 1em 0;
	border: 1px solid #000;
	background: #fff;
	margin-top: -10px;*/

	position: relative;
	border: 1px solid #dcdcdc;
	background: #e3e3e3;
	padding: .5em 3px;
	margin-bottom: .7em;

}

DIV#frame-subpage DIV#fog-customer TABLE {
	margin: 0 !important;
	padding: 0 !important;
	margin-bottom: .5em;

	border: none;
}

DIV#frame-subpage DIV#fog-customer TABLE TD {
	vertical-align: middle !important;
	border: none;
}

DIV#frame-subpage DIV#fog-customer BUTTON {
	width: 77px;
	height: 23px;
	border: none;
	margin: .3em 5px 0 0;
	cursor: pointer;
}

DIV#frame-subpage DIV#fog-customer INPUT {
	position: static !important;
	font-size: 95%;
	width: 35px !important;
}

DIV#frame-subpage DIV#fog-customer SELECT {
	width: 65px !important;
}

DIV#frame-subpage DIV#fog-customer BUTTON.recount-cs {
	background: url('images/icon-recount-cs.gif') no-repeat center center transparent;
}

DIV#frame-subpage DIV#fog-customer BUTTON.recount-en {
	background: url('images/icon-recount-en.gif') no-repeat center center transparent;
}


DIV#frame-subpage A#fog-customer-toggle {
	float: left;
	margin-bottom: .5em;
}

DIV#frame-subpage A#fog-customer-cancel {
	float: right;
	display: inline;
	cursor: pointer;
	background: #e3e3e3;
	font-weight: bold;
	text-decoration: none;
	padding: .2em .5em;
}

DIV#frame-subpage DIV.fog-customer {

}

DIV#frame-subpage DIV.fog-customer B {
	padding-bottom: 0 !important;
}

DIV#frame-subpage P.info {
	margin: 0;
	background: #d0e2e9 !important;
	padding: .5em 10px;
	text-align: center;
	border-top: 2px solid #0f688c;
	border-bottom: 2px solid #0f688c;
	color: #0f688c;
	margin-bottom: .5em;
}

DIV#frame-subpage P.warning {
	background: url('images/frame-subpage-warning-bg.gif') repeat-x bottom center #eeb459;
	padding: .6em 10px;
	text-align: center;
	border-top: 1px solid #ab6f00;
	border-bottom: 1px solid #ab6f00;
	color: #fff;
	margin-bottom: .5em;
}

DIV#frame-subpage P.warning SPAN {
	font-weight: bold;
	font-size: 120%;
	padding: 0 .1em 0 0;
}

DIV#frame-subpage TABLE TR TH.required-row,
DIV#frame-subpage TABLE TR TD.required-row {
	/*background: #d0e2e9 !important;*/
	background: url('images/frame-subpage-warning-bg.gif') repeat-x bottom center #eeb459 !important;
}

DIV#frame-subpage {
	color: #121212;
	margin-top: -1.5em;
	position: relative;
	z-index: 500;
}

DIV#frame-subpage  DIV#subpage-content UL LI {
	list-style-type: square;
	line-height: 1.6em;
	margin-left: 15px;
}

DIV#frame-subpage DIV#subpage-title {
	border-bottom: 5px solid #fff;		
	position: relative;
	_height: 0;
}

DIV#frame-subpage DIV#subpage-title H3 {
	margin: 0;
	padding: .7em 0 .7em 0;
	color: #000000;
	font-size: 165%;
}

DIV#frame-subpage DIV#subpage-title UL.tabs {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 98%;
}

DIV#frame-subpage DIV#subpage-title UL.tabs LI A,
DIV#frame-subpage DIV#subpage-title UL.tabs LI A:link,
DIV#frame-subpage DIV#subpage-title UL.tabs LI A:active,
DIV#frame-subpage DIV#subpage-title UL.tabs LI A:visited {
	color: #fff;
	padding: .5em .5em;
	margin: .1em 1px;
	display: block;
	float: left;

	background: #606060;
	text-decoration: none;
	text-transform: uppercase;

	font-weight: bold;
}

DIV#frame-subpage A {
	color: #8c8c8c;
}


DIV#frame-subpage DIV#subpage-title UL.tabs LI.selected A:hover,
DIV#frame-subpage DIV#subpage-title UL.tabs LI.selected A {
	background-color: #fff;
	color: #505050;
}

DIV#frame-subpage DIV#subpage-title UL.tabs LI.own-set A,
DIV#frame-subpage DIV#subpage-title UL.tabs LI A:hover {
	background-color: #b5b5b5;
	color: #fff;
}

DIV#frame-subpage DIV#subpage-content {
	float: left;
	padding: 0;
	width: 706px;
	/*border-right: 1px solid #9c9c9c;*/
}

DIV#frame-subpage DIV.fake-border-bg {
	/*background: url('images/frame-subpage-bg.gif') repeat-y left top;*/
	/*margin: 1em 0 1.5em 0;*/
}

DIV#frame-subpage DIV#subpage-sidebar {
	width: 220px;
	float: right;
	border-left: 1px solid #c7c7c7;
	position: relative;
}

DIV#frame-subpage DIV#subpage-sidebar UL {
	position: relative;
}

DIV#frame-subpage DIV#subpage-sidebar UL LI {
	/*background: url('images/frame-subpage-sidebar-bg.png') repeat-y left top;*/
		position: relative;
	padding: 0;
	margin: 0;
	display: block;
	_height: 0;
}

DIV#frame-subpage DIV#subpage-sidebar UL LI A,
DIV#frame-subpage DIV#subpage-sidebar UL LI A:link,
DIV#frame-subpage DIV#subpage-sidebar UL LI A:active,
DIV#frame-subpage DIV#subpage-sidebar UL LI A:visited {
	padding: .7em 5px;
	display: block;

	_height: 0;

	border-bottom: 1px solid #c7c7c7;
	color: #4e4e4e;
	text-decoration: none;
	text-transform: uppercase;
	padding-left: 28px;
	background: url('images/icon-sidebar-arrow.gif') no-repeat 10px center;	position: relative;	

}

DIV#frame-subpage DIV#subpage-sidebar UL LI A:hover {
	background: url('images/icon-sidebar-arrow-selected.gif') no-repeat 10px center #fff;
	color: #121212;
}

DIV#frame-subpage DIV#subpage-sidebar UL LI.selected {
	background: #fff;
}

DIV#frame-subpage DIV#subpage-sidebar UL LI.selected A {
	background: url('images/icon-sidebar-arrow-selected.gif') no-repeat 10px center transparent;
	font-weight: bold;
	border-left: none;
	/*border-right: 1px solid #c7c7c7;*/
	color: #121212;
}

DIV#frame-subpage DIV#frame-design-settings A,
DIV#frame-subpage DIV#subpage-sidebar DIV#basket A {
	color: #F39500  !important;
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket {
	background: url('images/container-frame-basket-bg.gif') repeat-x bottom center #f0f0f0;
	border: 1px solid #fff;
	font-size: 98%;
	padding: .5em 5px 1em 5px;
	margin: 1.5em 10px 0 10px;
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket TABLE TD,
DIV#frame-subpage DIV#subpage-sidebar DIV#basket TABLE TH,
DIV#frame-subpage DIV#subpage-sidebar DIV#basket TABLE {
	background: none;
	border: none;	
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket SPAN.price {
	font-size: 205%;
	color: #606060;
	display: block;
	padding: .2em 0;
	font-weight: bold;
}

DIV#frame-subpage DIV#frame-design-settings  SELECT {
	font-size: 98%;
	width: 100%;
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket DIV.submit {
	width: 160px;
	margin: 0 auto;
	margin-top: .5em;
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket BUTTON {
	margin: 0;
	padding: 0;
	margin-bottom: .5em;
}

DIV#frame-subpage DIV#subpage-sidebar DIV#basket TABLE TH {
	width: 80px;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets {
	width: 395px;
	float: left;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets P {
	font-size: 98%;
	font-style: oblique;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings {
	float: right;
	padding: 0 15px;
	width: 270px;
	font-size: 98%;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV#frame-font-text {
	margin: 1em 0 0 0;
}


DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV#frame-font-text INPUT {
	_position: fixed;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets TABLE TR TH,
DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets TABLE TR TD {
	border: none;
	border-bottom: 1px solid #9c9c9c;	
	font-size: 98%;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets TABLE TR TH {
	background: transparent;
	font-weight: bold;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets TABLE TR TD {
	text-align: right;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-component-sets TABLE TR TD SELECT {
	font-size: 98%;
	width: 250px;
}

DIV#frame-subpage DIV#subpage-content DIV.container {
	padding: .5em 0 1em 0;
	margin: 0;
	border-bottom: 1px solid #d3d3d3;
	width: 100%;
	line-height: 1.6em;
}

DIV#frame-subpage DIV#subpage-content  DIV.container H4,
DIV#frame-subpage DIV#subpage-content  DIV.container B {
	padding: .3em 0 .8em 0;
	color: #606060;
	font-weight: bold;
	display: block;
	font-size: 100%;
	text-transform: uppercase;
	margin: 0;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV.color-radio-item {
	float: left;
	text-align: center;
	margin-right: 10px;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV.color-block {
	width: 25px;
	height: 15px;
	margin-bottom: .5em;
	padding: .1em;
	border: 1px solid #fff;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV.image-radio-list DIV.image-radio-item {
	width: 80px;
	text-align: center;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-design-settings DIV.image-radio-list DIV.image-radio-item IMG {
	margin-bottom: .5em;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-technologies DIV.thumb {
	margin-bottom: 1em;
	padding: 0 0 .7em 0;
	border-bottom: 1px solid #d3d3d3;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-technologies DIV.thumb DIV.photo {
	float: left;
	width: 100px;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-technologies DIV.thumb H3 {
	padding: 0;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-geometry-info {
	float: right;
	width: 240px;
	font-size: 98%;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-geometry {
	float: left;
	width: 435px;
	padding-right: 15px;
	/*border-right: 1px solid #c7c7c7;*/
	text-align: center;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-geometry IMG {
	padding: 1em 0;
}

DIV#frame-subpage DIV#subpage-content DIV#frame-geometry-info DIV.container {
	border: none;
}

BUTTON.buy-en,
BUTTON.buy-cs {
	border: none;
	cursor: pointer;
	height: 31px;
	width: 156px;
	text-align: center;
	vertical-align: center;
}

BUTTON.buy-cs {
	background: url('images/icon-into-basket-cs.png') no-repeat center top;	
}

BUTTON.buy-en{
	background: url('images/icon-into-basket-en.png') no-repeat center top;
}

BUTTON.buy-small {
	background: url('images/icon-into-basket-small.png') no-repeat center top;
	border: none;
	cursor: pointer;
	height: 31px;
	width: 39px;
	text-align: center;
	vertical-align: center;
}

DIV.action {
	font-style: oblique;
	font-size: 98%;
	margin-left: 205px;
}

DIV.action P {
	font-weight: bold;
}

DIV.action INPUT {
	width: 330px;
	_position: fixed;
}

DIV.action DIV.border {
	padding: .5em 5px;
}

/* blogNews */
DIV#blog-news {

}

UL#CLIENT-PHOTO-paginator,
DIV#blog-news UL#news-paginator {
	padding: 0 0 1.3em 0;
	font-size: 98%;
	position: relative;
	min-height: 2em;
	height: auto;
	_height: 2em;
}

UL#CLIENT-PHOTO-paginator LI,
DIV#blog-news UL#news-paginator LI {
	float: left;
	list-style-type: none;
	display: block;
	position: relative;
	margin: 0;

}

UL#CLIENT-PHOTO-paginator LI A,
DIV#blog-news UL#news-paginator LI A {
	text-decoration: none;
	display: block;	
	padding: .2em .5em;	
	
	background: transparent url('images/nav.gif') no-repeat  center center;
	color: #aaa !important;
	font-weight: bold;
	padding: .5em 8px;
	text-decoration: none;
	margin: .3em 2px;		
}

UL#CLIENT-PHOTO-paginator LI.selected,
DIV#blog-news UL#news-paginator LI.selected {
	color: #fff !important;
}

UL#CLIENT-PHOTO-paginator LI.selected A,
DIV#blog-news UL#news-paginator LI.selected A {
	color: #fff !important;
	background: transparent url('images/nav.gif') no-repeat  center center;
}

DIV#blog-news DIV.news-item {
	margin: 1em 0;
}

DIV#blog-news DIV.news-item FIELDSET {
	padding: .5em 0 !important;
	margin: 0 !important;	
	margin-top: 1em !important;	
	border-top: 1px solid #054f76;	
}

DIV#blog-news DIV.news-item FIELDSET LEGEND {
	font-size: 100% !important;
	text-transform: uppercase;
	padding: 0;
	color: #054f76 !important;
}

DIV#blog-news DIV.news-item FIELDSET UL {
	padding-top: .3em;
	background: url('images/layout-blog-dots-bg.gif') repeat-x top center;
}

DIV#blog-news DIV.news-files-wrapper {

	background: url('images/layout-blog-dots-bg.gif') repeat-x bottom center;
}

DIV#blog-news DIV.news-files-wrapper FIELDSET LEGEND {
	color: #f39500 !important;
}

DIV#blog-news DIV.news-item UL LI {
	padding: 0;
	margin: 0;
	list-style-type: none;
	
	background: url('images/icon-document.gif') no-repeat left center;
	padding-left: 15px;
}

DIV#blog-news DIV.news-item DIV.photo {
	float: left;
	width: 220px;
	text-align: center;
	_position: relative;

}

DIV#blog-news DIV.news-item DIV.photo IMG {
	padding: 0;
	border: 1px solid #fff;	
}
/*
DIV#blog-news DIV.news-item A {
	_position: relative;
}*/

DIV#blog-news DIV.older {
	/*font-size: 98%;*/
}

DIV#blog-news DIV.news-item {
	padding-bottom: 1em;
	font-size: 95%;
}

DIV#blog-news DIV.news-item DIV.text {
	float: right;
	width: 465px;
	text-align: left;
	line-height: 1.6em;	_position: relative;
}

DIV#blog-news  H3 {
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	padding-bottom: .5em;
	color: #F39500;	
}


DIV#blog-news DIV.news-item DIV.title {
	background: url('images/layout-blog-dots-bg.gif') repeat-x bottom center;
	_position: relative;
}

DIV#blog-news DIV.small {
	font-size: 95%;
	font-weight: bold;
	padding: .3em 5px;
	background: url('images/layout-blog-dots-bg.gif') repeat-x top center;
}

DIV#blog-news DIV.gallery-wrapper {	
	position: relative;
	float: right;	
	padding: 0;
	text-align: right;
	margin-top: .5em;
	width: 172px;
	margin: .5em 10px .5em 0;
	
	_width: 176px;
	_margin: .5em 5px .5em 0;
}

DIV#blog-news DIV.category-gallery-wrapper {
	float: left;
	width: 120px;
	margin-bottom: 1em;
}

DIV#blog-news DIV.category-gallery-wrapper DIV.gallery-item-outer {
	float: left;
	text-align: center;
	overflow: hidden;
	width: 80px;
	_position: relative;
	margin: 5px 0;
	width: 100px;
	background: #fff;
	border: 1px solid #fff;
}

DIV#blog-news DIV.category-gallery-wrapper DIV.gallery-item-inner {
	height: 80px;
	overflow: hidden;
}

DIV#blog-news DIV.gallery-container {
	float: right;
}

DIV#blog-news DIV.gallery-container DIV.gallery-item-outer {
	float: left;
	text-align: right;
	border: 1px solid #fff;
	overflow: hidden;
	width: 80px;
	_position: relative;
	margin: 2px 0px 2px 4px;
}

DIV#blog-news DIV.gallery-container DIV.gallery-item-inner {
	height: 80px;
	overflow: hidden;
}

DIV#blog-news DIV.gallery-container IMG {
	overflow: hidden;
}

DIV#blog-news DIV#section-info {
	padding: .5em 5px 1.5em 5px;
	margin-bottom: 1.5em;
	font-size: 98%; 
}

DIV#blog-news DIV#section-info H3 {
	text-transform: none;
}	


DIV#blog-news UL LI {
	margin-left: 20px;
	list-style-type: square;
}

DIV#blog-news UL.tabs {
	margin: 0;
	padding: 0;
	font-size: 98%;
	display: block;
	height: 2.3em;
	border-bottom: 3px solid #fff;
	margin-bottom: 1em !important;

}

DIV#blog-news UL.tabs LI A,
DIV#blog-news UL.tabs LI A:link,
DIV#blog-news UL.tabs LI A:active,
DIV#blog-news UL.tabs LI A:visited {
	color: #fff;
	background-color: #808080;
	padding: .5em .6em;
	margin-right: .2em;
	display: block;
	float: left;

	text-decoration: none;
	text-transform: uppercase;

	font-weight: bold;
}

DIV#blog-news UL.tabs LI {
	margin-left: 0;
}

DIV#blog-news A {
	
}

DIV#blog-news UL.tabs LI.selected A:hover,
DIV#blog-news UL.tabs LI.selected A {
	background-color: #fff !important;
	color: #016c8c !important;
}

DIV#blog-news UL.tabs LI A:hover {
	background-color: #a0a0a0;
}

/* blogClientsPhotos */
DIV#blog-clients-photos {
}

DIV#blog-clients-photos DIV.item {
	padding: 1em 0 0 0;	
}

DIV#blog-clients-photos DIV.item DIV.text {
	/*float: right;
	width: 575px;*/
	padding: .5em 10x;
}

DIV#blog-clients-photos DIV.item DIV.photo {
	float: right;
}

DIV#blog-clients-photos DIV.item H3 {
	padding: 0 0 .8em 0;
	font-style: oblique;
	color: #054f76;
	margin: 0;
	font-size: 110%;
	background: url('images/icon-letter.png') no-repeat left 3px;
	padding-left: 32px;
}

DIV#blog-clients-photos DIV.title {
	background: url('images/layout-blog-dots-bg.gif') repeat-x bottom center;
}

DIV#blog-clients-photos DIV.item DIV.text P {
	float: left;
	/*background: url('images/icon-letter.png') no-repeat left 10px;*/
	padding: .8em 0 1em 0;
	padding-left: 32px;
	font-style: oblique;	
	width: 540px;
	text-align: justify;
}

DIV#blog-clients-photos IMG {
	overflow: hidden;
	margin: 1px;
}

DIV#blog-clients-photos DIV.photo {
	margin-top: 10px;
}

DIV#blog-clients-photos DIV.photo IMG {
	border: 3px solid #fff;
}

/* modPageContent */
DIV#page-content {
	line-height: 1.6em;
}

DIV#page-content H3 {
	padding: 0 0 .5em 0;
	margin: 0 !important;
	color: #F39500 !important;
}

H2 .white {
	color: #edf8fc !important;
}

DIV#page-content DIV.page-content-item {
	margin-bottom: 1em; 
}

DIV#page-content DL DT {
	font-weight: bold;
	margin-top: 1em;
}

DIV#page-content DL DD {
	padding-left: 1em;
}

DIV#page-content TABLE {
	margin-bottom: 2em !important;
}

DIV#page-content TABLE TD {
	border: none;
}

DIV#page-content TABLE TH {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: none;
	border: none;	
}

DIV#page-content TABLE,
DIV#page-content TABLE TH,
DIV#page-content TABLE TD {
	border: none;
	font-size: 98%;
	margin: 0;
}

DIV#page-content  TABLE TR {
	background: url('images/layout-blog-dots-bg.gif') repeat-x bottom center;
}

/* modContact */
DIV#contact-content {
}

DIV#contact-content H3 {
	padding: 0 0 .5em 0;
	margin: 0 !important;
	color: #F39500  !important;
}

DIV#contact-content DIV#address {
	float: left;
	width: 200px;
}

DIV#contact-content DIV#map {
	float: right;
	width: 400px;
	padding-top: 2em;
}

DIV#contact-content DIV#page-content {
	margin: 1em 0;
	padding: .5em 0;

}

DIV.page-content-files TABLE TR,
DIV#contact-content DIV#page-content TABLE TR {
	background: url('images/layout-blog-dots-bg.gif') repeat-x bottom center;
}

DIV#contact-content FORM {
	margin-top: 1em;
	padding: 0;
}

DIV#contact-content FIELDSET {
	padding: 0 !important;
}

DIV#contact-content FIELDSET TABLE {
	margin: 0 0 1em 0 !important;
}

DIV.page-content-files TABLE TD,
DIV#contact-content TABLE TD {
	border: none;
}

DIV.page-content-files TABLE TH,
DIV#contact-content TABLE TH {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	background: none;
	border: none;	
}

DIV.page-content-files TABLE,
DIV.page-content-files TABLE TH,
DIV.page-content-files TABLE TD,
DIV#contact-content TABLE,
DIV#contact-content TABLE TH, 
DIV#contact-content TABLE TD {
	border: none;
	font-size: 98%;
	margin: 0;
}

DIV#contact-content FIELDSET TABLE TH {
	width: 200px;
	padding-right: .5em;
	background: none;
	border: none;
	text-align: right;
	font-size: 98%;
	font-weight: normal;
}

DIV#contact-content FIELDSET TABLE SELECT, 
DIV#contact-content FIELDSET TABLE INPUT {
	width: 200px;
}


DIV#contact-content FIELDSET BUTTON {
	float: none;
	margin-left: 215px;
}

DIV#page-content UL LI {
	list-style-type: square;
	margin-left: 15px;
}

DIV.page-content-files TABLE {
	margin-bottom: 2em !important;
} 

DIV.page-content-files TABLE TH.date {
	width: 15%;
}

DIV.page-content-files TABLE TH.filename {
	width: 60%;
	text-align: left !important;
}

DIV.page-content-files TABLE TH.filesize {
	width: 15%;
}

DIV.page-content-files TABLE TH.filetype {
	width: 10%;
}

/* modProduct */
/* outmost wrapper element, containing all elements  */
#products #screen {
	width: 100%;
	padding: .5em 0;
	margin-top: .8em;
	
	background: url('images/layout-blog-dots-bg.gif') repeat-x top center;
}

#products #screen li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

/*
#products #screen .jq-ss-crop {
	margin: 5px;
	border: 1px solid #fff;
	float: left;			
	height: 167px !important;
	width: auto !important;	
}*/

#products #left,
#products #right {
	font-weight: bold;
	display: block;
	text-decoration: none;
	margin: 60px 0 0 0;
	background: #fff;
	padding: .3em 5px .5em 5px;
	border: 1px solid #d3d3d3;
	width: 5px;
}

#products #left {
	margin-right: 0px;
	float: left;
}

#products #right {
	margin-left: 5px;	
	float: right;
}
	
#products #view {
	margin: 0 5px;
	width: 642px;
	overflow:hidden;
	float: left;
}
		
#products #images {
	width:3818px !important;
	width:3822px;
	padding:0;
}
				
#products #images li img {
	border: 3px solid #d8d6d7 !important;
}

#products #images li {
	margin: 0 3px;
}

#products #images li H3 {
	font-size: 100%;
	text-align: center;
	padding: 3px 0;
	margin: 0;
	clear: both;
}

DIV#products-list {
	background: url('images/layout-blog-dots-bg.gif') repeat-x top center;
	margin-top: .5em;
	padding: 1.5em 0 1em 0 !important;
}

DIV#products-list DIV.product-item {
	padding-bottom: 1em;
}

DIV#products-list DIV.photo {
	float: left;
	border: 2px solid #d8d6d7;
}

DIV#products-list DIV.text H3 {
	margin: 0;
	padding: .3em 0 .5em 0;
	color: #F39500;
	text-transform: uppercase;
}

DIV#products-list DIV.text {
	float: right;
	width: 480px;
}

DIV#products-list DIV.text TABLE {
	float: left;
	width: 250px;
	border-top: 1px solid #fff;
}

DIV#products-list DIV.text TABLE TD,
DIV#products-list DIV.text TABLE TH {
	background: none;
	border: none;
	border-bottom: 1px solid #fff;
}

DIV#products-list DIV.basket {
	margin-top: 1em;	
}

DIV#products-list DIV.basket SELECT {
	width: auto !important;
}

DIV#products-list DIV.basket DIV.float-right {
	border: 1px solid #d0d0d0 !important;
	padding: 1em 10px .5em 10px;
	color: #606060;
	
	text-align: center;
	background: url('images/container-frame-basket-bg.gif') repeat-x bottom center #f0f0f0;
}

DIV#products-list DIV.basket .price {
	font-size: 180%;
	font-weight: bold;
	display: block;
	padding: .3em 0px;
	color: #606060;
}

DIV#products-list DIV.basket .pcs {
	font-size: 95%;
	padding: 0 0 1em 0;
}

DIV#products-list DIV.basket .pcs BUTTON.recount-cs {
	background: url('images/icon-recount-cs.gif') no-repeat center center transparent;
}

DIV#products-list DIV.basket .pcs BUTTON.recount-en {
	background: url('images/icon-recount-en.gif') no-repeat center center transparent;
}

DIV#products-list DIV.basket .pcs SPAN {
	padding-top: 2px;
	display: block;
	float: left;
}

DIV#products-list DIV.basket .pcs SPAN.hidden {
	display: none;
}

DIV#products-list DIV.basket .pcs BUTTON {
	width: 77px;
	height: 23px;
	border: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

DIV.help-box {
	position: absolute;

	min-height: 200px;
	height: auto;
	_height: 200px;
	
	top: 2em;
	right: 0;
	
	width: 350px;
	overflow: auto;
	background: #fff;
	border: 1px dashed #c0c0c0;
	z-index: 10000;
	padding: 1em 10px;
	text-align: left;

	
	color: #303030;
	display: none;
}

DIV.help-box H3 {
	color: #054f76;
	padding: .3em 0 .7em 0;
	font-size: 115%;
	text-transform: uppercase;
	border-bottom: 3px solid #054f76;
	margin: 0;
}

DIV.help-box P B {
	text-transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
	color: #303030 !important;
	display: inline !important;
}

DIV.sell-out-en,
DIV.sell-out-cs {
	width: 46px;
	height: 46px;
	position: relative;
	margin-bottom: -46px;
	left: 156px;
	z-index: 1000;
}

DIV.sell-out-en {
	background: url('images/icon-thumb-sellout-en.gif') no-repeat right top;
}

DIV.sell-out-cs {
	background: url('images/icon-thumb-sellout-cs.gif') no-repeat right top;
}

DL.progress-bars {
	margin: .5em 0 1.5em 0;
	padding: 0;
	width: 170px;
	height: auto;
}

DL.progress-bars DD DIV{
	background: url('images/progress-bar-bg.png') repeat-y left center;
	overflow: hidden;
	height: 1.2em;
}

DL.progress-bars DT {
	float: left;
	font-size: 95%;
	padding: 0;
	margin: 0;
	position: relative;

	width: 70px;
}

DL.progress-bars DD {	width: 100px;
	float: left;	
	padding: 0;
	margin: 0;
	margin-bottom: .3em;
	color: #fff;
	font-size: 85%;
	text-indent: 2px;
}

/* modAccount */
DIV#account-basket {

}

DIV#account-basket .radio-item {
	margin-top: .5em;
}

DIV#account-basket TABLE THEAD {

}

DIV#account-basket TABLE#basket-content TH,
DIV#account-basket TABLE#basket-content TD  {
	padding: .5em 5px;

}

DIV#account-basket TABLE#basket-content TD {
	border-bottom: 1px solid #d3dfe6;	
	border: 1px solid #d3dfe6;
}

DIV#login-content TABLE,
DIV#login-content TABLE TH,
DIV#account-basket TABLE,
DIV#account-basket TABLE TH {
	background: none;
	border: none;
}

DIV#account-basket TABLE#basket-content TD SPAN {
	font-size: 98%;
	font-style: oblique;
}

DIV#account-basket TABLE {
	border: 1px solid #fff;
	border-top: 3px solid #fff;
}

DIV#account-basket TR.price {
	font-size: 110%;
	border: 1px solid #fff;
	border-bottom: 3px solid #fff;
}

DIV#account-basket TABLE TFOOT {
	padding: .5em;
	border: none;
}

DIV#account-basket DIV#basket-wizard {
	padding-bottom: 1em;
}

DIV#account-basket DIV#basket-wizard UL {
	margin: 0 !important;
	padding: 0;
	float: left;
}

DIV#account-basket DIV#basket-wizard UL LI {
	display: block;
	float: left;
	padding: 0;
	width: 260px;
	vertical-align: top;
	color: #fff;
	background: url('images/wizard-next-arrow.png') no-repeat 90% center;	
}

DIV#account-basket DIV#basket-wizard UL LI.last {
	width: 150px;
	background: none;
}

DIV#account-basket DIV#basket-wizard UL LI SPAN {
	font-size: 1.6em;
	padding: .1em 0;
	display: block;
}

DIV#account-basket DIV#basket-wizard UL LI SPAN.step {
	background: url('images/icon-wizard.png') no-repeat left center;
	padding: .2em 13px;
	float: left;
	margin-right: 8px;
	color: #fff;	
	display: block;
	font-weight: bold;
	text-align: center;
	font-size: 2.6em;
}

DIV#account-basket DIV#basket-wizard UL LI.done {
	color: #f39500;	
	font-weight: bold;

}

DIV#account-basket DIV#basket-wizard UL LI.done SPAN.step {
	background: url('images/icon-wizard-done.png') no-repeat left center;
}

DIV#account-basket DIV.account-addresses {
	width: 380px;	
}

DIV#account-basket DIV.account-addresses TABLE {
	border: none !important;
}

DIV#login-content TABLE TH,
DIV#login-content TABLE TD
DIV#account-basket DIV.account-addresses TABLE TH,
DIV#account-basket DIV.account-addresses TABLE TD {
	padding: .2em 0;
	border: none;
}

DIV#account-basket button.final-step {
	float: right;
	margin-right: 4px;
	margin-top: 1em;
} 

DIV#account-basket button.next-step {
	left: 90px;
	position: relative;
}

DIV#login-content TABLE TH,
DIV#account-basket DIV.account-addresses TABLE TH {
	font-weight: normal;
	width: 75px;
	text-align: right;
	padding-right: 10px;
}


DIV#account-basket DIV.account-addresses TABLE TD TEXTAREA,
DIV#account-basket DIV.account-addresses TABLE TD INPUT {
	width: 100%;
}

DIV#account-basket DIV.account-delivery {
	padding-right: 140px;
}

P.agreement {
	float: left;
	padding: 1em 0 !important;
	display: block;
	font-size: 98%;
position: relative;
	z-index: 1000;	
}

/* login */
DIV#login-content LABEL {
	font-size: 98%;
}

DIV#login-content TABLE TD {
	border: none;
}

DIV#login-content TABLE TH {
	width: 200px;
	padding-right: .5em;
}

DIV#login-content TABLE SELECT, 
DIV#login-content TABLE INPUT {
	width: 200px;
}

DIV#login-content FORM#register-form TABLE {
	margin: 1em 0 !important;
}

DIV#login-content FIELDSET .inputs {
	float: left;
	position: relative;	
	line-height: 2em;
}

DIV#login-content FIELDSET .inputs LABEL {
	float: left;
	width: 200px;
	text-align: right;
	padding-right: .5em;

}

DIV#login-content FIELDSET .inputs INPUT {
	width: 200px;
}

DIV#login-content FIELDSET UL {
	margin: 1em 0;	
}

DIV#login-content FIELDSET UL LI {
	list-style-type: square;
	margin-left: 15px;
}

DIV#login-content FIELDSET DIV.help {
	margin-left: 205px;
	font-size: 98%;
}

DIV#login-content FIELDSET DIV.padding-left {
	margin-left: 200px;
	padding-left: .5em;
}

DIV#login-content FORM#register-form FIELDSET {
	border-top: 1px solid #fff !important;
}

DIV#login-content BUTTON {
	float: none;
	margin-left: 205px;
}

/* FRAME GALLERY */
DIV#frame-gallery {
	clear: both;	
	overflow: hidden;
}

DIV#frame-gallery DIV.thumb {
	float: left;
	margin-bottom: 20px;
	margin: .5em 5px;
	width: 220px;
}

DIV#frame-gallery DIV.thumb .photo {
	border: 1px solid #fff;
	background: #ededed;
	padding: .5em 10px;
}

DIV#frame-gallery DIV.thumb .description-box {
	padding: .5em 5px;
	font-size: .95em;
	text-align: justify;
}

DIV#frame-gallery DIV.thumb .description-box H3 {
	display: none;
}

/* modCustomBike */
DIV#custom-bike .paragraph-box {
	background: #fff;
	color: #1a171b;
	margin: .5em 0;
	padding: .5em 10px;
}

DIV#custom-bike .paragraph-box P {
	text-align: justify;
	padding: .1em 0;
	font-size: 95%;
}

DIV#custom-bike #custom-bike-object {
	position: relative;
	height: 667px;
}

DIV#custom-bike #custom-bike-object {
	margin: 40px 0 0 22px;
}

DIV#custom-bike #custom-bike-object #wheels,
DIV#custom-bike #custom-bike-object #fork,
DIV#custom-bike #custom-bike-object #cassette,
DIV#custom-bike #custom-bike-object #cranks,
DIV#custom-bike #custom-bike-object #wires {
	position: absolute;
	border: 1px solid #bab9b9;
}

DIV#custom-bike #custom-bike-object #wheels P,
DIV#custom-bike #custom-bike-object #fork  P,
DIV#custom-bike #custom-bike-object #cassette  P,
DIV#custom-bike #custom-bike-object #cranks P,
DIV#custom-bike #custom-bike-object #wires P {
	background: #fff;
	color: 101010;
	font-size: 90%;
	border: 1px solid #3f3f3f;
	padding: 0;
}

DIV#custom-bike #custom-bike-object #wheels P SPAN,
DIV#custom-bike #custom-bike-object #fork P SPAN,
DIV#custom-bike #custom-bike-object #cassette P SPAN,
DIV#custom-bike #custom-bike-object #cranks P SPAN,
DIV#custom-bike #custom-bike-object #wires P SPAN {
	width: 200px;
	border: 1px solid #808080;
	display: block;
	padding: .5em 10px;
	color: #101010;
	text-align: justify;
}

DIV#custom-bike #custom-bike-object #wheels {
	bottom: 30px;
	left: 20px;
}

DIV#custom-bike #custom-bike-object #fork {
	top: 30px;
	right: 0px;
}

DIV#custom-bike #custom-bike-object #cassette {
	top: 40px;
	left: -10px;
}

DIV#custom-bike #custom-bike-object #cranks {
	bottom: 45px;
	left: 380px;
}

DIV#custom-bike #custom-bike-object #wires {
	bottom: 20px;
	right: 20px;
}

DIV#custom-bike #demand-form FIELDSET {
	border: none;
	margin-top: 1.5em;
}

DIV#custom-bike #demand-form FIELDSET LEGEND {
	font-weight: bold;
	font-size: 125%;
	color: #fff;
}

DIV#custom-bike #demand-form FIELDSET TABLE,
DIV#custom-bike #demand-form FIELDSET TABLE TH,
DIV#custom-bike #demand-form FIELDSET TABLE TD {
	border: none;
}

DIV#custom-bike #demand-form FIELDSET TABLE TH {
	background: none;
	text-align: right;
	width: 200px;
}

DIV#custom-bike #demand-form FIELDSET BUTTON {
	margin-left: 230px; 
}

DIV#custom-bike #demand-form FIELDSET TEXTAREA {
	width: 100%;
	min-height:  100px;
}

/* modDirectBuy */
DIV#direct-buy #direct-buy-object {
	position: relative;
	height: 418px;
	font-size: 95%;
	left: -10px;
}

DIV#direct-buy #non-direct-buy-object {
	position: relative;
	height: 453px;
	font-size: 95%;
	left: -10px;
}

DIV#direct-buy #direct-buy-object H3.title,
DIV#direct-buy #non-direct-buy-object H3.title {
	position: absolute;
	left: 20px;
	top: -5px;
}

DIV#direct-buy #direct-buy-object H3.title SPAN {
	color: #F39500;
}

DIV#direct-buy #direct-buy-object .factory,
DIV#direct-buy #direct-buy-object .customer,
DIV#direct-buy #non-direct-buy-object .shop,
DIV#direct-buy #non-direct-buy-object .factory,
DIV#direct-buy #non-direct-buy-object .importer,
DIV#direct-buy #non-direct-buy-object .residence,
DIV#direct-buy #non-direct-buy-object .customer {
	position: absolute;
	border: 1px solid #010101;
	background: #b7fcb7;
	color: #000;
	padding: .1em 12px;
}

DIV#direct-buy #direct-buy-object .customer {
	right: 350px;
	bottom: 120px;
}

DIV#direct-buy #direct-buy-object .factory {
	left: 170px;
	top: 50px;
}

DIV#direct-buy #direct-buy-object #pros,
DIV#direct-buy #non-direct-buy-object #cons {
	position: absolute;
	border: 1px solid #010101;
	background: #fff;
	padding: .5em 10px;
	color: #010101;
}

DIV#direct-buy #non-direct-buy-object #cons,
DIV#direct-buy #direct-buy-object #pros {
	right: -10px;
	top: 10px;
}

DIV#direct-buy #direct-buy-object #pros {
	width: 220px;
}

DIV#direct-buy #non-direct-buy-object #cons {
	width: 160px;
}

DIV#direct-buy #direct-buy-object #pros H3,
DIV#direct-buy #non-direct-buy-object #cons H3 {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

DIV#direct-buy #non-direct-buy-object .shop {
	top: 215px;
	right: 180px;
}

DIV#direct-buy #non-direct-buy-object .factory {
	top: 50px;
	left: 170px;
}

DIV#direct-buy #non-direct-buy-object .importer {
	top: 170px;
	left: 15px;
}

DIV#direct-buy #non-direct-buy-object .residence {
	right: 195px;
	top: 8px;
}

DIV#direct-buy #non-direct-buy-object .customer {
	right: 20px;
	bottom: 200px;
} 

DIV#direct-buy UL LI,
DIV#non-direct-buy UL LI {
	list-style-type: square !important;
	margin-left: 15px;
}

DIV#direct-buy #our-pros UL LI {
	background: url('images/icon-plus.gif') left 5px no-repeat;
	text-indent: 15px;
	list-style-type: none !important;
	line-height: 1.8em;
	font-size: 95%;
	margin-left: 0; 
}

DIV#direct-buy #our-pros {
	padding: 0 0 1.5em 0;
}

/* modFog */
DIV#fog #help-area {
	clear: both;
}

DIV#fog #help-area A:hover {
	color: #000;
}

DIV#fog #help-area .item {
	float: left;
	width: 202px;
	height: 235px;
	overflow: hidden;
	background: #fff;
	
	border: 3px solid #fff;
	color: #1a171b;
	
	padding: 2px 2px .3em 2px;
	margin: 0 30px 2.5em 0;
	
	text-align: center;
}

DIV#fog #help-area .last {
	margin-right: 0;
}

DIV#fog #help-area .special {
	border-color: #e79100;
	height: 235px;
	text-align: left;
	
	padding: 2px 5px 2px 5px;
	width: 196px;
}

DIV#fog #help-area .item UL,
DIV#fog #help-area .item P {
	font-size: 95%;
}

DIV#fog #help-area .item UL {
	line-height: 1.6em;
	list-style: disc !important;
} 

DIV#fog #help-area .item UL LI {
	list-style-type: square;
	margin-left: 20px;
} 

DIV#fog #faq {
	clear: both;
}

DIV#fog  .float-left {
	float: left;
	width: 700px;
}

DIV#fog H3 {
	margin-top: 0;
}

DIV#fog #faq .float-right {
	padding: 1em 0;
	font-size: 95%;
	width: 200px;
	text-align: center;
	color: #606060;
}

DIV#fog #faq DL DT {
	padding: .2em 0;
	font-style: oblique;
}

DIV#fog #faq DL DD {
	margin-left: 20px;
	margin-bottom: .5em;
}

DIV#fog .option-box {
	background: #fff;
	padding: 1em 10px;
	color: #101010;
	margin: 1em 0 2em 0;
}

DIV#fog .option-box TABLE {
	margin: 0;
	border: 1px solid #c0c0c0;
}

DIV#fog .option-box TABLE TH {
	background: #fff;
}

DIV#fog .option-box TABLE TD INPUT {
	width: 50px;
}

DIV#fog .option-box TABLE,
DIV#fog .option-box TABLE TH,
DIV#fog .option-box TABLE TD {
	border: none;
}

DIV#fog .option-box H3 {
	font-size: 110%;
	text-transform: uppercase;
}

DIV#fog .option-box H4 {
	font-size: 100%;
}

DIV#fog .option-box .float-right {
	width: 60%;
	margin-top: .5em; 
	font-size: 95%;
}

DIV#fog .option-box .float-left {
	width: 35%;
}

DIV#fog .option-box UL LI {
	display:block;
	float: left;
	width: 62px;
	padding: 3px;
	font-size: 95%;
	color: #dedede;
	margin: 0 10px;
	cursor: pointer;
	background: url('images/fog-frame-button.png') no-repeat center center;
	text-align: center;
}

DIV#fog .option-box UL LI.active {
	background: url('images/fog-frame-button-active.png') no-repeat center center;
}

/* modClientPhoto */
div#blog-clients-photos div.item h3 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(images/icon-letter.png) no-repeat scroll left 3px;
color:#F39500;
font-size:110%;
font-style:oblique;
margin:0;
padding:0 0 0.8em 32px;
}