

h1  {
	background: none;
	font: normal 30px 'Museo', 'Trebuchet MS';
	color: #24454C;
	padding: 0px 0px 15px 0px;
	display: block;
	text-transform: uppercase;
	clear: left;
}

h2 {
	font-family: 'Museo', 'Trebuchet MS';
	font-size: 24px;
	font-weight: normal;
	color: #24454C;
	margin: 0px 0px 15px 0px;
	background: none;
	display: block;
	text-transform: uppercase;	
	clear: left;
}

h3 {
	text-transform: none;
	font-size: 18px;
	color: #24454C;
	font-family: 'Museo', 'Trebuchet MS';
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}

h4 {
	text-transform: none;
	font-size: 16px;
	color: #24454C;
	font-family: 'Museo', 'Trebuchet MS';
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}


h5 {
	text-transform: none;
	font-size: 14px;
	color: #24454C;
	font-family: 'Museo', 'Trebuchet MS';
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}


h6 {
	text-transform: none;
	font-size: 12px;
	color: #24454C;
	font-family: 'Museo', 'Trebuchet MS';
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	text-transform: uppercase;
}


#Description {
	font: 16px/24px 'Arial', 'Arial';
	padding: 0px 0px 0px 0px;
	display: block;
	margin: 0px 0px 20px 0px;
}

p {
	font: 12px/20px 'Arial', 'Arial';
	text-align: justify;
	color: #000000;	
	margin: 0px 0px 20px 0px;
}

#ArticleContent p a {
	background-color: none;
	color: #1093A7;
}

#ArticleContent p a:hover {
	background-color: #1093A7;
	color: #FFFFFF;
	text-decoration: none;
}

blockquote {
	font-family: 'Arial', 'Arial';
	display: block;
	color: #589BA4;
	margin: 0px 0px 20px 0px;
	padding: 0px 25px 0px 25px;
	background: url(../images/article/quotes.png) left top no-repeat;
}

address {
	font-style: italic;
	font-family: 'Arial', 'Arial';
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #000000;
	margin: 0px 0px 20px 0px;
}

pre {
	font-family: Courier New;
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	color: #000000;	
	white-space: normal;
	margin: 0px 20px 20px 20px;
	padding: 20px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}

#ArticleContent ul {
	font: 11px/16px 'Arial', 'Arial';
	color: #000000;
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	clear: left;
}

#ArticleContent ul li:nth-child(odd) {
	background: url(../images/article/list_odd.png) left top no-repeat;
	
}

#ArticleContent ul li {
	background: url(../images/article/list_even.png) left top no-repeat;
	padding: 5px 0px 5px 22px;
}

#ArticleContent ol {
	font: 11px/16px 'Arial', 'Arial';
	color: #000000;
	list-style-type: decimal;
	margin: 0px 0px 20px 20px;
	clear: left;
}

#ArticleContent ol li {
	background: url(../images/article/list_even.png) -20px top no-repeat;
	padding: 5px 0px 5px 5px;
}

#ArticleContent ol li:nth-child(odd) {
	background: url(../images/article/list_odd.png) -20px top no-repeat;
	
}

/* ------ Photo gallery styles ------ */

.PhotoGallery {
	float: left;
	width: 170px;
	margin: 0px 0px 0px -18px;
}

.PortfolioMainThumbnail {
	background: url(../images/thumbnails/pd_thumbnail_out_l.png);
	background-repeat: no-repeat;	
	padding: 0px 0px 0px 35px;
	float: left;
	margin: -19px 0px 0px -7px;
}
.PortfolioMainThumbnailContainer {
	background: url(../images/thumbnails/pd_thumbnail_out_r.png) right top no-repeat;
	padding: 32px 35px 0px 0px;
	float: left;
}

.PortfolioMainThumbnail .Content {
	width: 110px;
	height: 110px;
	display: block;
	
	
}

.PortfolioMainThumbnail .Content a {
	background-repeat: no-repeat;	
	width: 110px;
	height: 110px;
	display: block;
	
}

.GalleryTitle {
	font-size: 11px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: Arial;
	padding: 8px 0px 0px 0px;
}

.ArticleImages {
	padding: 0px 0px 0px 35px;
	float: left;
	margin: 0px 0px 0px -7px;
	background: url(../images/thumbnails/pd_thumbnail_out_l.png);
	background-repeat: no-repeat;
	background-position: left bottom;		
	
}

.ArticleImagesContainer {
	padding: 0px 8px 34px 0px;
	float: left;
	background: url(../images/thumbnails/pd_thumbnail_out_r.png);
	background-repeat: no-repeat;
	background-position: right bottom;		
	width: 137px;
}

.ArticleThumbnail {
	width: 110px;
	height: 110px;
	padding: 0px 0px 0px 0px;
	float: left;
	margin: 8px 7px 0px 0px;
}

.ArticleThumbnail .Content {
	width: 110px;
	height: 110px;
	display: block;
}

.ArticleThumbnail .Content a {

	width: 110px;
	height: 110px;
	display: block;
	
}

/* --- product detail styles --- */

.ItemInfos {
	display: block;
	height: 42px;
	font-weight: bold;
}

.Prices {
	background: url(../images/icons/price_big_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	padding: 0px 7px 0px 0px;
	margin: 3px 10px 0px 0px;
}

.PricesBackground {
	background: url(../images/icons/price_big.png);
	background-repeat: no-repeat;
	float: left;
	height: 35px;
	padding: 7px 0px 0px 7px;
}

.ItemInfos .old_price {
	background: url(../images/icons/price_l.png);
	background-repeat: no-repeat;
	background-color: #DEF2F3;
	float: left;
}	


.ItemInfos .old_price span {
	color: #1093A7;
	font-size: 14px;
	line-height: 18px;
	text-decoration: line-through;	
	height: 18px;
	padding: 5px;

	float: left;
}

.ItemInfos .price {
	background: url(../images/icons/price_l.png);
	background-repeat: no-repeat;
	background-color: #589BA4;
	float: left;
}	

.ItemInfos .price span {
	background: url(../images/icons/price_r.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 18px;
	height: 18px;
	float: left;
	padding: 5px;

}

.ItemInfos .oldpriceexist {
	background: none;
	background-repeat: no-repeat;
	background-color: #589BA4;
}

#ArticleContent p .Button {
	margin: 10px 0px 0px 0px;
	float: left;
	font-weight: normal;
	line-height: normal;
	color: #24454C;
}


#ArticleContent p .Button:hover, #ArticleContent p .PortfolioDetail .Button:hover {
	background-color: transparent;
	color: #1093A7;
}

#ArticleContent p .PortfolioDetail .Button {
	margin: 10px 0px 0px 0px;
	float: none;
	font-weight: normal;
	line-height: normal;
	color: #24454C;
}

.TehnicalData td{
	padding: 5px;
	font: 11px/16px 'Arial', 'Arial';
	color: #000000;
	background: url(../images/article/list_even.png) -20px top no-repeat;	
}

.TehnicalData tr:nth-child(odd) td{
	background: url(../images/article/list_odd.png) -20px top no-repeat;	
}


#ArticleContent p img.alignleft {
	float: left;
	margin: 5px 10px 5px 0px;
}

#ArticleContent p img.alignright {
	float: right;
	margin: 5px 0px 5px 10px;
}

#ArticleContent p img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
}

