*{
	margin:0;
	padding:0;
}

body{
	background:url(../images/gradient.png) repeat-x #A7A7A7;
	font-family: Georgia;
}

.module h1{
	font-family:"Lithos Pro Regular", "Arial Black";
	color:#ff0503;
	padding:0 0 5px 0;
	font-size:16px;
}

.comments h1{
	color:#4356E8;
}

h1 img{
	border:none;
}

h2{
	font-size:14px;
	padding:0 0 10px 0;
}

.module h2{
	color:#ffffff;
}

p{
	font-size:14px;
	padding:0 0 15px 0;
}

p.error{
	background:#660000;
	color:#ffffff;
	font-weight:bold;
}

.block{
	display:inline-block;
	background:#333333;
	border:1px solid #111111;
	font-weight:bold;
	padding:2px 5px;
	font-size:14px;
	width:auto;
	color:#ffffff;
}

.dark{
	display:inline-block;
	background:#222222;
	border:1px solid #111111;
	font-weight:bold;
	padding:0 0 0 5px;
	font-size:14px;
	width:95px;
	color:#ffffff;
}

#left_container .dark{
	width:85px;
}

div.player{
}

.left{
	float:left;
	margin:2px 10px 5px 0;
}

.right{
	float:right;
	margin:2px 0 5px 10px;
}


.price_container{
	width:130px;
	padding:4px 0 0 0;
	clear:right;
}

.module p{
	color:#ffffff;
}

.module p span.date{
	color:#aaaaaa;
}

a, a:link, a:active, a:visited, a:hover{
	color:#ff0503;
}

a.gallery_thumb,
a.gallery_thumb:active,
a.gallery_thumb:visited,
a.gallery_thumb:link{
	display:inline-block;
	width:100px;
	height:90px;
	float:left;
	border:1px solid #333333;
	margin:0 6px 7px 2px;
}

a.gallery_thumb:hover{
	border:1px solid #eeeeee;
}

.qty{
	float:right;
	font-size:11px;
	color:#ffffff;
} 

.qty input{
	width:30px;
	border:1px solid #333333;
	font-size:14px;
}

a.buynow, a.buynow:active, a.buynow:visited{
	display:inline-block;
	font-size:12px;
	border:1px solid #222222;
	padding:2px 4px 2px 32px;
	text-decoration:none;
	float:right;
	margin:0 0 3px 10px;
	background:url(../images/addbasket.gif) no-repeat #111111 2px 3px;
}

a.basket, a.basket:active, a.basket:visited{
	padding:2px 4px 2px 25px;
	background:url(../images/remove.gif) no-repeat #111111 2px 0px;
}

a.checkout, a.checkout:active, a.checkout:visited{
	padding:2px 4px 2px 32px;
	margin:4px 0 0 0;
	background:url(../images/basket.gif) no-repeat #111111 2px 3px;
}

a.small, a.small:active, a.small:visited{
	background:none;
	border:1px solid #333333;
	padding:1px 0;
	width:14px;
	text-align:center;
	font-weight:bold;
	clear:none;
	margin:0 0 0 2px;
	float:right;
	display:inline-block;
}

a.download, a.download:active, a.download:visited{
	display:inline-block;
	font-size:12px;
	border:1px solid #222222;
	padding:2px 4px 2px 17px;
	text-decoration:none;
	float:right;
	margin:0 0 5px 10px;
	background:url(../images/download.gif) no-repeat #111111 2px 4px;
}

.comments a,.comments a:link,.comments a:active,.comments a:visited,.comments a:hover{
	color:#4356E8;
}

.entry{
	float:left;
	display:block;
	width:100%;
	padding:5px 0 5px 0;
}

.multi .first{
	width:50%;
}

.multi .entry{
	width:50%;
}

.paging{
	float:left;
	display:block;
	width:100%;
	padding:5px 0 0 0;
}

.month_nav{
	float:left;
	display:block;
	width:100%;
	margin:0;
	padding:0;
}

.month_nav a, .month_nav a:link, .month_nav a:active, .month_nav a:visited{
	border:1px solid #333333;
	padding:2px;
	margin:0 0 2px 0;
	display:inline-block;
	text-decoration:none;
	font-size:12px;
	width:80px;
	text-align:center;
}

.thumbnail{
	float:left;
}

.entry img{
	float:left;
	margin:0 10px 5px 0;
}

#container{
	width:910px;
	margin:0 auto;
}

#header{
	width:896px;
	background:url(../images/header.gif) no-repeat;
	padding:52px 7px 0 7px;
	height:108px;
	float:left;
}

#header_image{
	float:right;
	width:500px;
	height:103px;
	overflow:hidden;
}

#search_box{
	margin:74px 0 0 0;
	float:right;
	display:inline;
	width:230px;
}

#search_box input{
	float:left;
	margin:0 7px 0 0;
	display:inline;
}

#search_box input#search{
	width:130px;
	float:left;
	display:inline;
	border:1px solid #cccccc;
	padding:1px 2px;
}

#search_box label{
	float:left;
	font-size:12px;
	padding:2px 7px 0 0;
	color:#ffffff;
}

#search_box .submit{
	 border:1px solid #444444; 
	 clear:none; 
	 width:auto; 
	 display:inline; 
	 padding:1px 3px; 
	 font-weight:bold; 
	 background:#333333; 
	 color:#ffffff;
	 font-size:11px;
}

#content{
	background:url(../images/edges.gif) repeat-y;
	float:left;
	width:910px;
}


#left_container{
	float:left;
	width:180px;
	padding:10px;
}

#left_container .module{
	width:160px;
}


#right_container{
	float:right;
	width:700px;
	padding:10px 10px 10px 0;
}

#left_menu{
	background:#000000;
	float:left;
	display:block;
	width:170px;
	padding:10px 5px;
	margin:0 0 10px 0;
}

#left_menu a, #left_menu a:active, #left_menu a:link, #left_menu a:visited{
	display:block;
	padding:5px 10px;
	color:#ffffff;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
}

#left_menu ul{
	list-style:none;
}

#left_menu ul li ul li{
	padding:0 0 0 10px;
	list-style:none;
}

#left_menu li.inactive li, 
#left_menu li.active li.inactive li{
	display:none;
}

#left_menu li.active, 
#left_menu li.active li{
	display:block;
}


#left_menu ul li ul li a:link, 
#left_menu ul li ul li a:active,
#left_menu ul li ul li a:visited{
	color:#666666;
}

#left_menu ul li ul li ul li a:link, 
#left_menu ul li ul li ul li a:active,
#left_menu ul li ul li ul li a:visited{
	color:#444444;
}

#left_menu a:hover{
	background:#222222;
}


.module{
	background:#000000;
	float:left;
	display:block;
	padding:10px 10px;
	border-bottom:5px solid #ff0503;
	margin:0 0 10px 0;
	overflow:hidden;
}

.comments{
	border-bottom: 5px solid #4356E8;
}

div.comment{
	background:url(../images/comment_top.gif) no-repeat top #000000;
	padding:35px 10px 10px 10px;
}

p.comment{
	font-size:16px;
	padding:5px 0 0 0;
}

span.lquote{
	float:left;
	padding:0 5px 3px 0;
}

span.rquote{
	float:left;
}

.entry span img{
	border:none;
}

#left_container .entry{
	border-top:5px solid #000000;
	border-bottom:1px solid #111111;
}
#left_container .entry,
#left_container .entry p,
#left_container .entry a{
	font-size:11px;
}

#left_column{
	float:left;
	width:460px;
}

#left_column .module{
	width:440px;
}

#right_column{
	float:right;
	width:230px;
}

#right_column .module{
	width:210px;
}

/* FORM STYLE */
form.mid_form{ display:block; padding:0 10px 10px 10px; float:left; width:400px; }
form.mid_form input{ clear:right; padding:4px; width:274px; border:1px solid #cccccc; }
form.mid_form textarea{ clear:right; padding:4px; width:274px; font-family:"Georgia", Arial;  border:1px solid #cccccc; }
form.mid_form div{ float:left; width:400px; font-weight:bold; font-size:14px; padding:0 0 8px 0; }
form.mid_form div.trigger{ float:right; width:auto; padding:0 0 5px 5px; display:inline; }
form.mid_form div.trigger input{ clear:none; }
form.mid_form select{ width:280px; padding:4px; float:left; border:1px solid #cccccc; }
form.mid_form select.timepick{ width:auto; display:inline; clear:none; float:none; }
form.mid_form input.datepick{ width:120px; float:left; clear:none; margin:0 5px 0 0; }
form.mid_form select option.select_heading{ font-weight:bold; text-align:center; background:#222222; }
form.mid_form label{ float:left; clear:left; width:110px; font-weight:bold; padding:0 0 0 5px; color:#ffffff; }
form.mid_form .description{ font-weight:bold; color:#999999; background:none; padding:2px 5px; margin:0 0 5px 0; border:1px solid #eeeeee; }
form.mid_form input.submit{ border:1px solid #444444; clear:none; width:auto; padding:5px; font-weight:bold; background:#333333; color:#ffffff; }
form.mid_form  .error, .error{ color:#ffffff; background:#B71D21; border:#660000 1px solid; font-size:14px; font-weight:bold; padding:3px; margin:0 0 3px 0; }
.error_ind{ color:#B71D21; }
form.mid_form .info{ float:left; width:400px; color:#000000; font-weight:normal; font-size:13px; padding:5px 0 5px 0; }
form.mid_form .checkbox{ width:auto; border:none; }
form.mid_form .mceEditorContainer select{ width:auto; }


form.small_form{ display:inline-block; }
form.small_form div{ width:160px;float:left; margin:0 0 5px 0; }
form.small_form label{	color:#ffffff;	width:160px; display:inline-block; width:48px; font-size:12px; float:left; }
form.small_form input{	padding:2px; width:102px; border:1px solid #333333; }
form.small_form input.submit{ border:1px solid #444444; clear:none; width:auto; display:inline; padding:1px 3px; font-weight:bold; background:#333333; color:#ffffff; float:right; }


/* AJAX */
.ajax_loader{
	padding:12px 10px 12px 44px;
	background:#ffffff;
	border:2px solid #444444;
	position:fixed;
	bottom:2px;
	left:2px;
	display:none;
	z-index:100;
	background:url(../images/ajaxloader.gif) no-repeat black 4px 4px;
}
