﻿/*============================================================================*/
/* D1 Design for DVD-Blaster.com                                              */
/*============================================================================*/

* {
	padding: 0;
	margin: 0;
}

body {
	background: #99ccff;
	color: #000000;
	font-family: verdana, arial, sans-serif;
	font-size: 80%;
	margin: 0;
	padding: 0;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border-width: 0;
}

strong {
	font-weight: normal;
}

h1, h2 {
	font-size: 150%;
	font-weight: bold;
	margin: 15px 0 10px 0;
	text-align: center;
}

h3, h4 {
	font-size: 100%;
	font-weight: bold;
	margin: 10px 0 5px 0;
}

h5, h6 {
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
	margin: 5px 0 2px 0;
}

form {
	margin: 0;
	padding: 0;
}

table, td, th {
	font-size: 100%;
	border-collapse: collapse; 
}

p {
	margin: 5px 0 5px 0;
	padding: 0;
}

ul {
	list-style: disc;
}

pre, code, var {
	color: #008000;
	font-size: 90%;
}

pre {
/*	word-wrap: break-word;*/
	margin: 10px;
}

acronym {
	font-style: italic; /* Bug in IE6 on line brakes */
	border: 0;
/*border-bottom: dotted 1px #999999;*/
	cursor: help;
}


/*===== Visual classes =====*/

/*
.link {
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 12px;
	white-space: nowrap;
}
*/

.center {
	text-align: center;
}

.attention {
	color: #FF0000;
}

.information {
	color: #339933;
}

.bold {
	font-weight: bold;	
}

.uppercase {
	text-transform: uppercase;
}

.lowercase {
	text-transform: lowercase;
}

.small {
	font-size: 70%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.break {
	clear: both;
	height: 0;
}

/* ===== Containers ===== */

#container {
	background: #ffffff url(images/d1-container-bg.gif) right repeat-y ; /* Sidebar background drawen here */
	margin: 0 auto 0 auto;
	text-align: justify;
	width: 760px;
}

#content {
	background: #FFFFFF;
	padding: 1px 0 1px 0;
}

.narrow {
	float: left;
	width: 560px;
}

.wide {
	float: none;
}

#sidebar {
	color: #993300;
	font-size: 95%;
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
}

.block {
	padding: 0 10px 0 10px;
	margin: 10px 0 10px 0;
}

.pcenter p {
	text-align: center;
	padding: 10px 0 10px 0;
}

.adsense {
	text-align: center;
	margin: 20px 0 10px 0;
}


/* ===== Button ===== */

.button {
	background-color: #ff9933;
	border: #ffcc99 groove 2px;
	color: #663300;
	font-weight: bold;
	padding: 6px 10px;
	display: block; 
}

.button:hover {
	background-color: #ffcc33;
	border-color: #ffffcc;
	color: #000000;
	text-decoration: none;
}

.button:active {
	border-style: inset;
}

.arrow_right {
	padding-left: 30px;
	background-image: url(images/arrow-right.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}

.arrow_down {
	padding-left: 30px;
	background-image: url(images/arrow-down.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}


/*===== Header =====*/

#header {
	background: #339933 url(images/d1-header-bg.jpg) no-repeat;
	color: #ffffff;
	height: 90px;
	border-top: 10px solid #99ccff;
}

#header a {
	display: block;
	color: #ffffff;
	font-size: 17px;
	font-weight: bold;
	padding: 70px 0 0 116px;
}

#header a:hover {
	text-decoration: none;
}


/*===== Menu =====*/

#menu {
	background: #ff9933 url(images/d1-menu-bg.jpg) top left no-repeat;
	height: 30px;
	padding: 10px 0 0 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu li {
	float: left;
	padding: 6px 0 6px 0;
	border-right: 1px solid #663300;
}

#menu a {
	color: #663300;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px 6px 10px;
	text-transform: uppercase;
}

#menu a:hover {
	background: #ffcc33 url(images/d1-menu-a.gif) repeat-x;
	color: #000000;
	text-decoration: none;
}


/*===== Content =====*/

.block .center, .block center {
	margin: 10px 0 10px 0;
}

.block ul {
	margin: 2px 0 10px 25px;
	padding: 0;
}

.block ul ul, .block ul ul ul, .block ul ul ul {
	margin: 2px 0 2px 25px;
}

.block ol {
	margin: 2px 0 5px 35px;
	padding: 0;
}

.block .multicols li {
	float: left; 
	width: 230px;
	list-style-type: none;
}


/*---- Download block ----*/

.download {
	background: #33cc33;
 	border: 1px solid #000000;
	margin: 10px auto 10px auto;
	padding: 0;
}

.download th {
	background: #ffcc33;
	border-bottom: 1px solid #000000;
	color: #663300;
	padding: 8px;
	text-align: center;
}

.download td {
	padding: 0 10px 10px 10px;
}

.download .first td {
	padding-top: 10px;
}


/*---- Buy block ----*/

.buy {
	background: #33cc33;
 	border: 1px solid #000000;
	margin: 10px auto 10px auto;
	padding: 0;
}

.buy th {
	background: #ffcc33;
	border-bottom: 1px solid #000000;
	color: #663300;
	padding: 8px;
	text-align: center;
}

.buy td {
	padding: 0 10px 10px 10px;
	text-align: center;
}

.buy .first td {
	padding-top: 10px;
}


/*---- Form block ----*/


.form {
	background: #33cc33;
	border: solid 1px #000000;
	margin: 10px auto 10px auto;
	text-align: left;
}

.form .first {
	height: 10px;
}

.form th {
	font-weight: normal;
	padding: 5px 0 0 10px;
	vertical-align: top;
	white-space: nowrap;
}

.form td {
	padding: 3px 10px 0 0;
}

.form .edit {
	width: 400px;
}

.form select {
	width: 405px;
}

.form .button {
	font-family: verdana, arial, sans-serif;
	margin: 0 auto 0 auto;
	padding-top: 4px;
	padding-bottom: 4px;
	display: inline; /* For IE8 */
}


/*===== Sidebar =====*/

.shadow {
	background: url(images/d1-shadow-bg.gif) bottom right no-repeat;
	float: left;	
	clear: both;
	margin: 10px auto 10px auto;
}

.shadow table, .shadow div {
	margin: -4px 5px 5px -4px;
}

#download .shadow {
	margin-left: 90px;
}

#buy .shadow {
	margin-left: 105px;
}

#form_contact .shadow {
	margin-left: 28px;
}


/*===== Sidebar =====*/

#sidebar .button {
	color: #663300;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px;
}

#sidebar .button:hover {
	color: #000000
}

#sidebar .block, #sidebar .adsense {
	background: url(images/d1-sidebar-split.gif) top right no-repeat;
	margin: 0;
	padding: 5px 20px 5px 10px;
}

#sidebar a {
	color: #993300;
}

#sidebar p {
	margin: 0 0 5px 0;
}

#sidebar ul {
	margin: 0 0 5px 22px;
	list-style-image: url(images/d1-sidebar-ul.gif);
}

#sidebar h1, #sidebar h2 {
	color: #000000;
	margin: 5px 0 3px 0;
	font-size: 115%;
	text-align: left;
}

#sidebar h3, #sidebar h4 {
	color: #000000;
	margin: 5px 0 3px 0;
	font-size: 115%;
}

#sidebar h5, #sidebar h6 {
	color: #000000;
	margin: 4px 0 2px 0;
}



/*---- Quick launch ----*/

#quick {
	background: url(images/d1-quick-bg.gif) top right no-repeat;
	padding: 10px 0 10px 10px;
}

#quick table {
	width: 172px;
}

#quick th {
	color: #000000;
	text-align: left;
	padding: 1px;
	width: 50%;
}

#quick td {
	font-weight: bold;
/*	font-style: italic; */
	padding: 1px;
	white-space: nowrap;
}

#quick .button {
	background-position: 2px;
/*	padding: 5px 7px 5px 28px;*/
	padding-left: 28px;
	margin-top: 8px;
}

#quick_download {
	float: left;
}

#quick_buy {
	float: right;
}

/*----- Mail List -----*/

#maillist table {
	margin: 10px auto 0 auto;
}

#maillist th {
	font-weight: normal;
	padding-right: 5px;
	text-align: left;
}

#maillist td {
	padding: 2px 0 2px 0;
}

#maillist td input {
	font-size: 120%;
	width: 110px;
}

#maillist input { /*Submit*/
	display: inline;
	width: 70px;
}



/*===== Footer =====*/

#footer {
	color: #ffffff;
	clear: both;
	font-size: 11px;
	margin: 0;
	padding: 13px; 
	text-align: center;
}

.footer_narrow {
	background: #339933 url(images/d1-footer-bg-narrow.jpg) top right no-repeat;
}

.footer_wide {
	background: #339933 url(images/d1-footer-bg-wide.jpg) top right no-repeat;
}

#footer a {
	color: #ffffff;
}

#footer p {
	margin: 0;
	padding: 2px;
}


/*===== Links =====*/

#links {
	background: #99ccff;
	color: #808080;
	font-size: 10px;
	padding-top: 5px;
	text-align: center;
}

#links a {
	color: #808080;
}

/*===== Notice =====*/

#notice {
	background: #99ccff;
	clear: both;
	color: #808080;
	font-size: 9px;
	padding: 5px 0 5px 0;
	text-align: justify;
}

#notice a {
	color: #808080;
}


