body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}

body, td {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

a, a:visited, a:active {
	color: #57EC00;
	text-decoration: none;
}

a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


.input{
	font-size: 8pt;
	font-family: Verdana;
	border: solid 1px #767676;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: #000000;
	background-color:#FFFFFF;
}

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.warning {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}

.header_date {
	font-family: Tahoma;
	font-size: 11px;
	color: #9E9E9E;
}



#leftbar {
	margin-top: 4px;
}


#leftbar .item {
	border-left: 1px solid #6F6F6F;
	width: 167px;
	height: 24px;
	background-repeat: no-repeat;
}

#leftbar .item a {
	color: #bdbdbd;
	font: bold 12px Arial;
	display: block;
	text-decoration: none;
	padding: 4px 0px 4px 27px;
}

.content_item {
	margin: 2px 10px 8px 10px;	
}

.content_item .left {
	float: left;
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding-right: 10px;
}

.content_item .left .name {
	font-weight: bold;
	color: #57EC00;
	padding-bottom: 20px;
}

.content_item .right {
	height: 104px;
	text-align: left;
	margin-left: 250px;

}

.content_item .right .tags {
	padding-bottom: 15px;
}

.content_item .right .tags a {
	text-decoration: underline;
	color: #ffffff;
}

.content_item .right .description {
	padding-bottom: 30px;
}

.content_item .dotted_line {
	height: 1px;
	background: url(/templates/site/public/images/dot_background.gif)  repeat-x scroll left top;
}


.cart_info {
	margin: 0px 10px;	
}

.cart_info .total_price_cap {
	float: left;
	width: 243px;
	font-weight: bold;
	text-align: right;
}

.cart_info .total_price {
	float: left;
	width: 100px;
	text-align: left;
	padding-left: 10px;
}


.menu_category {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
}

.loginform {
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

.topbar_text {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.pagecaption {
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	color: #57EC00;
}

.name_text {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	color: #57EC00;
}

.description_text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.details_details {
	font-family: Tahoma;
	font-size: 9px;
	color: #FFFFFF;
}

.fullmovie_price {
	font-family: Tahoma;
	font-size: 13px;
	color: #FFFFFF;
}

.parts_text {
	font-family: Tahoma;
	font-size: 16px;
	color: #9E9E9E;
}

.nav_white {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
}

.dottedbottom {
	border-bottom-style: dotted;
	border-bottom-color: #767676;
	border-bottom-width: 1px;
}

.topgrey {
	border-top: solid; 
	border-top-color: #6F6F6F; 
	border-top-width: 1px;
}

.toprightgrey {
	border-top: solid; 
	border-top-color: #6F6F6F; 
	border-top-width: 1px;
	
	border-right: solid; 
	border-right-color: #6F6F6F; 
	border-right-width: 1px;
}

.topleftgrey {
	border-top: solid; 
	border-top-color: #6F6F6F; 
	border-top-width: 1px;
	
	border-left: solid; 
	border-left-color: #6F6F6F; 
	border-left-width: 1px;
}

.topleftrightgrey {
	border-top: solid; 
	border-top-color: #6F6F6F; 
	border-top-width: 1px;
	
	border-right: solid; 
	border-right-color: #6F6F6F; 
	border-right-width: 1px;
	
	border-left: solid; 
	border-left-color: #6F6F6F; 
	border-left-width: 1px;
}

.topbottomgrey {
	border-top: solid; 
	border-top-color: #6F6F6F; 
	border-top-width: 1px;
	
	border-bottom: solid; 
	border-bottom-color: #6F6F6F; 
	border-bottom-width: 1px;
}

.bottomgrey {
	border-bottom: solid; 
	border-bottom-color: #6F6F6F; 
	border-bottom-width: 1px;
}

.rightgrey {
	border-right: solid; 
	border-right-color: #6F6F6F; 
	border-right-width: 1px;
} 

.leftgrey {
	border-left: solid; 
	border-left-color: #6F6F6F; 
	border-left-width: 1px;
}

.leftrightgrey {
	border-left: solid; 
	border-left-color: #6F6F6F; 
	border-left-width: 1px;
	border-right: solid; 
	border-right-color: #6F6F6F; 
	border-right-width: 1px;
}

.error-message {
	color: red;
}

.success-message {
	color: #00E4FF;
}


.thumb {
	float: left;
	width: 133px;
	height: 104px;
	padding-top: 6px;
	padding-right: 10px;
	background: url(/templates/site/public/images/thumb_background.gif) no-repeat;
}

.cleaner {
	clear: both;
	font-size: 1px;
	height: 1px;
}