/*  global  */

*{
margin:0;
padding:0;
border:none;	
}

body{
	font:1em Helvetica, Arial;
	text-align:center;
	border-top:1px solid #fff;
}

a{
	color:#000;
	text-decoration:none;
}

.content a{
	text-decoration:underline;
}

input, textarea{
	background:url(../images/common/input_shadow.jpg) repeat-x;
	border-top:1px solid #888;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #ddd;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

.ds_top{
	padding:15px 0 0 0;
	background:url(../images/common/diagonal_seperator.jpg) repeat-x top;
}

.ds_bottom{
	padding:0 0 15px 0;
	background:url(../images/common/diagonal_seperator.jpg) repeat-x bottom;
}

.dss_top{
	padding:10px 0 0 0;
	background:url(../images/common/diagonal_seperator_s.jpg) repeat-x top;
}

.dss_bottom{
	padding:0 0 10px 0;
	background:url(../images/common/diagonal_seperator_s.jpg) repeat-x bottom;
}

.wd_top{
	padding:10px 0 0 0;
	background:url(../images/common/wdot_seperator.jpg) repeat-x top;
}

.wd_bottom{
	padding:0 0 10px 0;
	background:url(../images/common/wdot_seperator.jpg) repeat-x bottom;
}

#wrap{
	width:930px;
	margin:auto;
	text-align:left;
}

#container{
	margin:20px 0 0 0;
}

#logo{
	margin:25px 0 0 0;
	float:left;
}

/*  navigation  */

#nav{
	margin:28px 0 0 0;
	text-align:right;
	float:right;
}

#nav .block{
	margin:0 45px 0 0;
	text-align:left;
	float:left;
}

#nav .block a{
	font:bold .8em Helvetica, Arial;
	text-transform:uppercase;
}

#nav .block p{
	font:italic .7em Helvetica, Arial;
	text-transform:lowercase;
	color:#808080;
}

#nav a:hover p{
	color:#111;
}

#nav .sign{
	width:85px;
	height:34px;
	margin:-2px -5px 0 0;
	padding:2px 0 0 5px;
	background:url(../images/common/signinup.jpg) no-repeat;
}

#nav .sign a, #nav .sign p{
	text-align:left;
	color:#fff;
	text-shadow:#9B0707 1px 1px 1px;
}

#nav .sign a:hover p{
	font:bold .7em Helvetica, Arial;
	color:#fff;
}

#nav .signout{
	margin:0;
}

#nav .signout a, #nav .signout p{
	color:#555;
}

#nav .signout a:hover{
	color:#000;
}

/*  banner  */

#banner{
	margin:25px 0 0 0;
}

.banner{
	margin:25px 0 0 0;
	background:url(../images/common/banner_body.jpg) repeat-y;
	color:#fff;
}

.banner_top{
	background:url(../images/common/banner_top.jpg) no-repeat top;
}

.banner_bottom{
	padding:15px;
	background:url(../images/common/banner_bottom.jpg) no-repeat bottom;
}

/* borders */

.wborder_left{
	margin:15px 0 0 0;
	background:url(../images/common/wborder_side.jpg) repeat-y left;
}

.wborder_right{
	background:url(../images/common/wborder_side.jpg) repeat-y right;
}

.wborder_top{
	background:url(../images/common/wborder_top.jpg) no-repeat top;
}

.wborder_bottom{
	padding:15px;
	background:url(../images/common/wborder_bottom.jpg) no-repeat bottom
}

/* containers */

.d620{
	width:620px;
}

.d250{
	width:250px;
}

.d300{
	width:300px;
}

.d150{
	width:150px;
}

/* pagination */

.pagination{
	margin:10px 0;
	font:bold .7em Helvetica, Arial;
}

.pagination span{
	margin:0 1px;
	padding:5px 10px;
	background:#333;
	color:#fff;
	border:1px solid #333;
}

.pagination .title{
	margin:0 1px 0 0;	
	background:#333;
	border:1px solid #333;
	color:#fff;
}

.pagination a span{
	border:1px solid #fff;
	background:#fff;
	color:#66767F;
}

.pagination a:hover span{
	border:1px solid #16B4EF;
	background:#F5FCFF;
	color:#16B4EF;
}

/* button */

.button_db{
	width:120px;
	height:35px;
	background:url(../images/common/button_db.jpg);
	text-align:center;
}

.button_db a{
	padding:10px 0 0 0;
	font:bold .9em Helvetica, Arial;
	text-decoration:none !important;
	text-transform:uppercase;
	text-shadow:#04232D 1px 1px 1px;
	display:block;
	color:#fff;
}

.button_gred{
	width:68px !important;
	height:29px !important;
	background:url(../images/common/button_gred.jpg) !important;
	font:bold .75em Helvetica, Arial;
	text-decoration:none !important;
	text-transform:uppercase;
	text-align:center;
	text-shadow:#C40047 1px 1px 1px;
	border:none;
	display:block;
	color:#fff;
}

/* light box */

#lbox_overlay{
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	opacity:0.5;
}

#lbox_container{
	position:absolute;
	display:none;
	width:650px;
	height:400px;
	padding:20px;
	background:#fff;
	text-align:left;
	border:8px solid #000;
}

#lbox_container #logo{
	margin:0;
	float:left;
}

#lbox_container #lbox_close{
	margin:3px 0 0 0;
	float:right;
}

#lbox_login div.left, #lbox_login div.right{
	width:285px;height:305px;
	margin:30px 0 0 10px;
}

#lbox_login div.right{
	padding:0 0 0 35px;
	border-left:1px solid #ddd;
}

#lbox_container .title{
	margin:0;
	font:bold 1em Helvetica, Arial;
	color:#000;
}

#lbox_container p{
	margin:20px 0;
	font:.75em Helvetica, Arial;
	display:block;
	color:#555;
}

#lbox_container p small{
	font:italic .8em Helvetica, Arial;
}

#lbox_container p input{
	height:18px;
	width:255px;
	margin:8px 0 0 0;
	padding:5px 5px 0 5px;
}

#lbox_container p select{
	width:200px;
	margin:0 0 0 5px;
	border-top:1px solid #888;
	border-left:1px solid #bbb;
	border-bottom:1px solid #ddd;
	
}

#lbox_container .form div{
	margin:20px 0 0 0;
	padding:0 0 0 3px;
	font:italic .75em Helvetica, Arial;
	color:#777;
}

#lbox_container .form div input{
	position:relative;
	top:3px;
}

#lbox_container .button_gred{
	margin:-5px 15px 0 0;
	padding:0;
	font:bold 1em Helvetica, Arial;
	float:right;
}

#lbox_login_message, #lbox_register_message{
	color:#f00 !important;
}

#lbox_container .left b{
	color:#2EBFF5;	
}

.rating{
	width:80px !important;
	height:16px !important;
	background:url(../images/common/icon_star_gray.png) repeat-x;
	overflow:hidden;
}

.rating .overlay{
	height:16px;
	background:url(../images/common/icon_star_color.png) repeat-x;
}

.rating img{
	position:relative;
	top:0;
	left:0;
	margin:0 !important;
	padding:16px 0 0 0 !important;
	width:16px !important;
	height:16px !important;
	border:1px solid #000 !important;
	float:left;
}

#footer{
	margin:50px 0 0 0;
	font:.9em Helvetica, Arial;
	background:#222;
	color:#fff;
}

#footer .blogger_templates a{
	font:1em Helvetica, Arial;
	color:#999;
}

#footer .blogger_templates a:hover{
	text-decoration:underline;
	color:#ccc;
}

.blogger_templates .all{
	margin:0 5px 0 0;
}

#footer #wrap{
	padding:30px 0;
}