// golfersdvd.com stylesheet.
// (c) Pierlis SARL www.pierlis.com
// inspired from free source at bluerobot.com



body
{
        margin:0px;
        padding:0px;
        font-family:helvetica neue, helvetica, arial, sans-serif;
        background-color: white;
}

h1
{
        margin: 0px 0px 10px 0px;
        padding:0px;
        font-size:28px;
        font-family:helvetica neue, helvetica, arial, sans-serif;
        line-height:28px;
        font-weight:900;
        color: #ff8000;
}

h2
{
        margin: 10px 0px 10px 0px;
        padding:0px;
		
        font-size:18px;
        font-family:helvetica neue, helvetica, arial, sans-serif;
        line-height:18px;
        font-weight:400;
        color: #ff8000;
}

p
{
	font:13px/20px helvetica neue, helvetica, arial, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	text-align: justify;
}

ul
{
	font:13px/18px helvetica neue, helvetica, arial, sans-serif;
}

#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

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

a {
        color: #ff8000;
        font-size:12px;
        text-decoration:none;
        font-weight:900;
        font-family:helvetica neue, helvetica, arial, sans-serif;
        }
        
a:link {color: #ff8000;}
a:visited {color: #ff8000;}
a:hover {color: white;}

#Header {
        margin:10px 0px 0px 0px;
        padding:17px 0px 5px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:33px; /* 14px + 12px + 2px = 33px */
        border-style:solid;
        border-color:#ff8800;
        border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
        line-height:13px;
        background-color: #008000;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:12px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Content {
        margin:0px 50px 50px 180px;
        padding:10px;
        }

img.order {
	position: absolute;
	right: 12px;
	top: 14px;
}

#Menu {
        position:absolute;
        top:55px;
        left:10px;
        width:172px;
        padding:10px;
        background-color: #008000;
        border:1px solid #ff8800;
        line-height:17px;
/* Again, the ugly brilliant hack. */
        voice-family: "\"}\"";
        voice-family:inherit;
        width:150px;
        }
/* Again, "be nice to Opera 5". */
body>#Menu {width:150px;}

img.snapshot
{
	margin-left: 8px;
}

.userform
{
	font-family:helvetica neue, helvetica, arial, sans-serif;
	background: #ffcc66;
	border-color: #ff8800;
	padding: 4px;
	margin-top: 1px;
	font-size: 11px;
}

.formlabel
{
	text-align: right;
	font-weight: bold;
}

.smalltext
{
	font-size: 9px;
	margin-top: 4px;
	margin-left: 4px;
}

table {
	font-family:helvetica neue, helvetica, arial, sans-serif;
}

table.order {
	border-collapse: collapse;
}

table.order th {
	text-align: left;
	width: 10em;
}

table.form_order th {
	text-align: left;
	font-size: 0.8em;
	font-weight: normal;
}

table.form_order input,
table.form_order select {
	height: 20px;
	width: 100%;
	margin-left:20px;
}

.number {
	text-align: right;
}

table.form_order span.no_widht_input input {
	width: auto;
}

table th.legend {
	font-size: 1em;
	padding-top: 15px;
}

table.order td {

	padding: 4px;
}

table .border {
	border: solid 1px #ff8000;
}

.price {
	font-weight: bold;
    font-family:helvetica neue, helvetica, arial, sans-serif;
    color: #ff8000;
}

.flash_notice {
	padding-top: 4px;
	padding-left: 4px;
	color: #00780A;
	border-top: 1px dashed #00780A;
	border-left: 1px dashed #00780A;
	display: block;
}

.flash_notice p,
.warning p {
	font-size: 1em;	
}

.warning
{
	font-size: 1em;
	padding-top: 4px;
	padding-left: 4px;
	color: #ff0000;
	border-top: 1px dashed #ff0000;
	border-left: 1px dashed #ff0000;
	display: block;

}

.fieldWithErrors {
	display: inline;
	height: 1.5em;
	background: white url(../images/red_arrow.gif) no-repeat center left;
}

ul.warning {
	list-style-type: none;
}

