@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.splashbg  {
	background-color: #000000;
}


body {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	color: #333333;
	
	background: #010624 url(../images/condios_bg.jpg) top right repeat-x fixed;
}

p {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.8em;
}

a {
	color: #2866B1;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
	cursor: pointer;
}
h2 {
	color: #ff9933;
	font-size: 18px;
	line-height: 1em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}

.mt10 { margin-top: 10px; }

.clearfloat {
	clear:both;
	height:1px;
}

#container {
	width: 100%;
	text-align: left;
	
}
#splash {
	width: 100%;
	text-align: left;
	background-color: #000000;
}
#splash .wrap {
	width: 920px;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 964px;
	
}


#header {
}
#logo {
	float: left;
	background-image: url(../images/condios_logo.png);
	height: 100px;
	width: 212px;
	cursor: hand;
}



#header_inner {
	height: 100px;
	background-image: url(../images/header.png);
	float: left;
	width: 596px;
}
#wholesale {
	float: right;
	background-image: url(../images/wholesale.png);
	height: 100px;
	width: 156px;
}
#menu {
	position: relative;
	width: 596px;
	top: 39px;
}


#menu li {
	list-style-type: none;
	display: inline;
	padding-right: 20px;
	padding-left: 10px;
	float: left;
	background-image: url(../images/menu_divider.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 30px;
	padding-bottom: 17px;
	font-size: 12px;
}
#menu a {
	font-weight: normal;
	color: #FFFFFF;
}

#col1 {
	width: 182px;
	float: left;
}

#maincontainer {
	width: 782px;
	float: left;
}

#col2 {
	float: right;
	width: 182px;
}
#footer {
	color: #FFFFFF;
	text-align: center;
}


.cart {
	color: #ff9933;
	font-weight: bold;
}
#searchbar {
	height: 48px;
	width: 782px;
	background-image: url(../images/searchbar.png);
	background-repeat: no-repeat;
}
#login {
	margin: 12px;
	float: left;
	display: block;
}
input, select {
	background-image: url(../images/grey_input.jpg);
	background-repeat: repeat-x;
	border: 1px solid #999999;
	color: #666666;
	font-size: 11px;
	padding: 2px;
}
#search {
	display: block;
	float: right;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 12px;
	margin-left: 12px;
}

.button {
	border: 1px solid #ff9933;
	background-color: #ff9933;
	background-image: url(../images/orange_button.jpg);
	background-repeat: repeat-x;
	background-position: center;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	text-transform: uppercase;
    cursor: pointer;
}

#main {
	width: 598px;
	float: left;
}
#main .top {
	background-image: url(../images/maintop.png);
	background-repeat: no-repeat;
	height: 12px;
}
#main .mid {
	background-image: url(../images/mainmid.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
}

#main .midmenu {
	background-image: url(../images/mainmid.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
}


#main .btm {
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/mainbtm.png);
}
#main2 {
	width: 782px;
	float: left;
}
#main2 .top {
	background-image: url(../images/main2top.png);
	background-repeat: no-repeat;
	height: 12px;
}
#main2 .mid {
	background-image: url(../images/main2mid.png);
	background-repeat: repeat-y;
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 1px;
}

#main2 .midmenu {
	background-image: url(../images/main2mid.png);
	background-repeat: repeat-y;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 1px;
}


#main2 .btm {
	height: 12px;
	background-repeat: no-repeat;
	background-image: url(../images/main2btm.png);
}
#breadcrumb {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #2866B1;
	border-right-color: #2866B1;
	border-bottom-color: #2866B1;
	border-left-color: #2866B1;
	height: 18px;
	margin-bottom: 10px;

}
#breadcrumb   li  {
	list-style-type: none;
	display: inline;
	float: left;
	background-image: url(../images/grey_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}

#breadcrumb2 {
	border-bottom: 1px solid 2866B1;
	margin-bottom: 10px;

}
#breadcrumb2   li  {
	list-style-type: none;
	display: inline;
	float: left;
	background-image: url(../images/grey_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	padding-right: 5px;
	font-weight: bold;
	color: #999999;
	font-size: 11px;
}
.moviebox {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-bottom: 15px;
}
.desc {
	padding-left: 10px;
	padding-right: 10px;
}
.price {
	color: #FF9933;
	font-weight: bold;
	font-size: 1.2em;
	float: left;
}

.releasedate {
	color: #FF9933;
	font-weight: bold;
	float: left;
}

.strikeprice {
	font-size: 1.2em;
	float: left;
	text-decoration: line-through;
}

.box {
	width: 182px;
}
.box  .top {
	background-image: url(../images/boxtop.png);
	background-repeat: no-repeat;
	height: 12px;
}
.box  .mid  {
	background-image: url(../images/boxmid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

box  .midmenu  {
	background-image: url(../images/boxmid.png);
	background-repeat: repeat-y;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box   .btm    {
	background-image: url(../images/boxbtm.png);
	background-repeat: no-repeat;
	height: 12px;
}

.bluebox {
	width: 182px;
}
.bluebox  .top {
	background-image: url(../images/blueboxtop.png);
	background-repeat: no-repeat;
	height: 35px;
}
.bluebox .top h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	padding-top: 13px;
	padding-right: 16px;
	padding-bottom: 12px;
	padding-left: 16px;
}

.bluebox  .mid  {
	background-image: url(../images/boxmid.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

.bluebox  .midmenu  {
	background-image: url(../images/boxmid.png);
	background-repeat: repeat-y;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
}

.bluebox h4 {
	font-weight: bold;
	color: #2866b1;
	font-size: 1em;
	line-height: 2em;
}
.bluebox   li  {
	list-style-type: none;
	font-size: 1em;
	line-height: 2em;
	padding-left: 15px;
	background-image: url(../images/blue_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	font-weight: normal;
}
.bluebox a {
	font-weight: normal;
	color: #666666;
}



.bluebox   .btm    {
	background-image: url(../images/boxbtm.png);
	background-repeat: no-repeat;
	height: 12px;
}
.copyright {
	font-size: 11px;
	color: #999999;
}
#splashtop {
	height: 485px;
}
#filmstrip {
	height: 161px;
}
#retail {
	float: right;
	background-image: url(../images/retail.png);
	height: 100px;
	width: 156px;
}
#cinema {
	float: right;
	background-image: url(../images/cinema.png);
	height: 100px;
	width: 156px;
}
#hollywood {
	float: right;
	background-image: url(../images/hollywood.png);
	height: 100px;
	width: 156px;
}

h1 {
	font-weight: bold;
	color: #2866b1;
	font-size: 2em;
	line-height: 2em;
}

/* mantisshop classes */

.table {
	border: 1px solid #D4E5F6;
	background: #F7F7F7;
}

.table_light {
	border: 1px solid #F0F0F0;
	background: #FCFCFC;
}

.columnHeading {
	color: #2866b1;
	font: 16px "Trebuchet MS", Arial, "Courier New";
}

.redText {
	color: #CC0000;
	font-weight: bold;
}

.greenText {
	color: #009900;
	font-weight: bold;
}
	
hr {
	border: 1px solid #D8E4F0;
	height: 1px;
}
	
/* End common classes */

tr.hover:hover, tr.altItemHover:hover {
	background-color: #F5F5F5;
	cursor: pointer;
}

a.customer_menu:link, a.customer_menu:visited, a.customer_menu:active {
	font: 14px "Trebuchet MS", Arial, "Courier New";
	color: #2B7CCE;
	text-decoration: none;
	display: block;
	padding: 5px 20px;
	text-align: center;
}

a.customer_menu:hover {
	color: #000000;
	text-decoration: underline;
}




/* end info pages menu */

.steps {
	font-size: 12px;
}

.table_head {
	background-color: #D4E5F6;
	color: #000000;
	font-weight: bold;
}

.admin_head {
	background-color: #D4E5F6;
	color: #000000;
	font-weight: bold;
}

.altItem {
	background-color: #F1F1F1;
}

.editItem {
	background-color: #CCCCCC;
}

#categories a {
	font-size: 16px;
	line-height: 24px;
	padding-left: 15px;
	background-image: url(../images/blue_arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

#categories a:hover 
{
	text-decoration: underline;
}

#footer 
{
	width: 940px;
	margin: 10px auto;
}

#footernav 
{
	float: left;
	width: 620px;
	margin: 0 162px;
}
#footernav ul
{
	list-style: none;
	margin: 0 25px;
	line-height: 15px;
}

#footernav ul li
{
	display: inline;
}

#footernav a:link, #footernav a:visited
{
	padding: 0 5px;
	display: inline-block;
	color: #FFF;
	font-size: 11px;
    font-weight: bold;
}

#footernav a:hover, #footernav a:active
{
    text-decoration: underline;
}

#footer_logos {
    margin: 10px 0 0 0;
}

#legal
{
	float: left;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#valid
{
	float: right;
}

#credits
{
	float: right;
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#credits a:link, #credits a:visited
{
	color: #FFF;
	font-size: 11px;
	text-decoration: none;
}

#credits a:hover, #credits a:active
{
	text-decoration: underline;
}
.prodimg_zoom {
	display: block;
	padding-left: 16px;
	font-size: 11px;
	background: url(../images/icon_zoom.gif) no-repeat left top;
}

.more 
{
    float: right;
    border: none;
    margin-left:15px
}

.more img
{
    border: none;
    padding-left: 5px;
}

/* =Subscribe */

#subscribe_wrapper {
    margin: 0 auto;
    padding: 0;
    width: 400px;
}

#subscribe_wrapper h2 { margin: 5px 0 0 0; }

#subscribe_form {
    background-color: #FFF;
    padding: 10px;
}

#subscribe_form .privacy { font-size: 9px; }

#subscribe_form .more_info { 
    color: #2866B1;
    cursor: pointer;
    font-weight: bold;
    text-decoration: none;
    font-size: 9px;
}

#subscribe_footer { margin-top: 5px; }

#subscribe_footer .no_thanks {
    color: #FFF;
    text-decoration: none;
} 