/*Ionut */

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color: #CCC;
	background: #000;
}
a:link, a:visited { 
	color: #f5ea01; 
	text-decoration: none; 
} 
a:active, a:hover { 
	color: #f5ea01; 
	text-decoration: underline; 
}
p {
	margin: 0px;
	padding: 0px;
}
.clean {
	clear: both;
}
.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}
.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}
.cleaner_with_divider {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
	padding: 10px 0 0 0;
	margin: 0 0 10px 0;	
	border-bottom: 1px dotted #B79742;
}
.comment {
	padding-left: 20px;
	margin-left: 5px;
	background: url(images/comment_icon.jpg) bottom left no-repeat;
}
.navigation{
	clear:both;
}

/* header */
#headerPanel {
	clear: both;
	width:100%;
	margin: 0 auto;
	background: #000000 url(images/top_bg.jpg) top center no-repeat; 
}
#headerSection{
	clear: both;
	width: 960px;
	height: 233px;
	margin: 0 auto;

}
#headerSection #titleSection{
	font-size: 55px;
	padding: 60px 0 10px 100px;
}
#headerSection #titleSection a{
	color: #f5ea01;
	text-decoration: none;
}
#headerSection #tagline {
	padding: 15px 0 0 165px;
	font-size: 20px;
	color: #6b5927;
}
/*end of header */


/* menu */
#menuPanel{
	clear: both;	
	width:100%;
	height: 47px;	
	margin: 0 auto;
	color: #ffffff;
	background: #000000 url(images/menu_bg_repeat.jpg) repeat-x;
}
#menuPanel #menuSection{
	width: 930px;
	height: 47px;	
	margin:0 auto;
	padding: 0 0 10px 30px;
	color: #03a0a6;
	background:  url(images/menu_bg.jpg) no-repeat;	
}
#menuSection ul {
	//float: left;
	//width: 930px;
	margin: 0;
	padding: 20px 120px 0;
	list-style: none;
}
#menuSection ul li {
	display: inline;
}
#menuSection ul li a{
	//float: left;
	//width: 130px;
	padding: 3px 20px;
	//margin-right: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #99930d;
	border-right: 1px solid #333;	
}
#menuSection li a:hover{
	color: #f5ea01;
}
#menuSection li .last {
	border-right: none;
}
/* end of menu */

/* submenu */
#submenuPannel{
	clear: both;
	width:100%;
	height:110px;
	margin: 0 auto;
}
#submenuPannel ul {
	padding:0;
	width:1000px;
	margin:auto;
	list-style:none;
}
#submenuPannel ul li {
	margin:auto 5px;
	float:left;
}
#submenuPannel ul li a {
}
#submenuPannel ul li a :hover{
	background-color:#F5EA01;
}
#submenuPannel ul li img{
	border: 5px solid #21240E;
	margin:0px;
	padding:2px;
	width:85px;
	height:85px;	
}
/* end of submenu */


/* content */
#contentContainer #content{
	clear: both;
	height: 100%;
	width: 1230px;
	padding:0px;
	margin:0 auto;
	padding: 15px 0 0;
}

#contentLeft {
	float: left;
	width: 300px;
	margin-bottom: 15px;
}

#contentCenter {
	float: left;
	width: 915px;
	margin-bottom: 15px;
}

#contentCenterBlog {
	float: left;
	width: 610px;
	margin-bottom: 15px;
}

#contentRight {
	float: right;
	width: 300px;
	margin-bottom: 15px;
}

/* for left column */
#contentCenter .post, #contentCenterBlog .post{
	padding: 0 0 10px;
	margin-bottom: 15px;
	border: 1px solid #191a0d;
	background: #0b0c04  url(images/post_bg.jpg) top right no-repeat;	
}
.post .postTitle{
	//width: 570px;
	//height: 50px; /* padding 20px + */
	margin: 0 0 10px 0;
	padding: 20px 0 7px 30px;

}
.postTitle .titleLink {
	font-size: 26px;
	color: #F5EA01;
	text-decoration: none;
	line-height:22px;
}
.post .postTitle .postInfo{
	width: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #acb66c;
	padding-top: 10px;
}
.post .postBody{
	padding: 0 15px;
}

.post .postBody p{
	padding: 5px 0 5px 0;
}

#contentCenterBlog .post .postBody{
	padding: 0 30px 15px 30px !important;
}



.post .postComment{
	clear:both;
}
#comments{
	clear:both;
}


#submenuPannel ul li a :hover{
	background-color:#F5EA01;
}


.gallery img{
	border: 5px solid #21240E;
	margin:0px;
	padding:2px;
}
.gallery a:hover img{
	background-color:#F5EA01;
}
.gallery .gallery-item{
	margin:5px;
}
.gallery .gallery-caption{
	margin:0 10px;
}
.entry-attachment a img{
	width:500px;
	height:inherit;
	border: 5px solid #21240E;
	margin:5px 35px;
	padding:2px;
}
.entry-attachment a:hover img{
	background-color:#F5EA01;
}



.gallery dl{
	float:left;
}
.post .postComment{
	padding: 5px 30px;
	font-weight: bold;
}

/* end of left colun */

/* for right column */
#contentRight .widget, #contentLeft .widget {
	clear: both;
	display:inline-block;
	width: 248px;
	padding: 15px 15px 10px 15px;
	margin-bottom: 30px;
	background: #0b0c04 url(images/right_section_bg.jpg) top center no-repeat;	
	border: 1px solid #191a0d;	
}
#contentRight .widget h3, #contentLeft .widget h3 {
	font-size: 16.5px;
}
#contentRight .widget h3, #contentLeft .widget h3{
	font-size: 16.5px;
}
#photoDescription{
	padding: 10px 0 30px;
	font-size: 13px;
}
#contentRight .widget ul, #contentLeft .widget ul{
	clear: both;
	margin: 0 0 0 15px;
	padding: 0px;
}
#contentRight .widget ul li, #contentLeft .widget ul li{
	margin: 0 0 5px 0;
}
.widget .gallery img{
	width:58px;
	height:58px;
	
}


/* end of right column */



/* for bottom palen */
#bottomPanel{
	clear:both;
	width: 960px;
	margin: 10px auto 0 auto;
	padding: 20px 0;
	background: url(images/bottom_panel_bg.jpg) top center;	
}

#bottomPanel .panelSection {
	margin-left: 10px;
	width: 550px;
	margin-bottom: 20px;
}
#bottomPanel .panelSection ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
#bottomPanel .panelSection ul li {
	float:left;
	padding-right:20px;
}

.bottom_panel_section h1 {
	color: #f2e304;
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom_panel_section p{
	margin-bottom: 5px;
	padding-bottom: 5px;
}
/* end of bottom */


.ratingblock {
	clear:both;
}

#prevLink{
	position:absolute;
	margin:100px 40px;
	float:left;
}
#prevLink img, #nextLink img{
	border:none;
}
#nextLink{
	position:absolute;
	margin:100px 480px 0;
	float:left;
}

.default_product_display {
	//width: 155px;
	//height: 190px;
	float: left;
}
#default_products_page_container  img, .product-image img, .single_product_display .imagecol img{
	border: 5px solid #21240E;
	margin:0px;
	padding:2px;
}


#default_products_page_container a:hover img, .product-image a:hover img, .single_product_display .imagecol a:hover img{
	background-color:#F5EA01;
}
.wpsc_product_price{
    background-color: #21240E;
    bottom: 7px;
    opacity: 0.7;
    position: absolute;
	width:100%;
	text-align: center;
}

/* Buy Button
========================================== */
input.wpsc_buy_button, input.faButton{
	padding: 0;
	background-color: #0B0C04;
	color: #F5EA01;
	border: 0;
	text-align: center;
	cursor: pointer;
}
input.wpsc_buy_button:hover, input.faButton:hover{
	text-decoration: underline;
}

.product_description p{
	padding: 5px 0;
}

.FB_like {
	float: left;
	height: 25px;
}
.connect_widget_not_connected_text{
	color: #ffffff !important; 
}
.bottomContent {
	margin: 40px 0 0;
}

.wpsc_buy_text_container{
	//margin-top: 10px;
	display:block;
	text-align:center;
	//font-family: MS Shell Dlg;
	font-size: 13.3px;
}

.single_product_display .product_image{
	float:left;
}
.buyOption{
	height:15px;
	margin-top: 4px;
}

.single_product_display form.product_form input {
	font-size: 20px !important;
}


