/*	Oceania CSS | V1.0 by blu.plane
	> bluplane.com										*/

/* browser reset by Eric Meyer > meyerweb.com	*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:white;}ol,ul{list-style:none;}table{border-collapse:separate;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}

/* typography */
html { font-size: 62.5%; font-family: Verdana, Arial, sans-serif; }
#container { font-size: 11px; line-height: 1.6em; color: #666; }
p { margin-bottom: 1.6em; }
strong, th, thead td { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: monaco, "Lucida Console", courier, monospace; }
code, pre { color: #c33; }
pre { margin-bottom: 1.6em; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
address { margin-bottom: 1.6em; }

/* headings */
h1, h2, h3, h4 { font-weight: normal; color: #009999; }
h5, h6 { font-weight: bold; color: #666; }
h1 { font-size: 1.9em; margin: 0 0 .7em; }
#left h1 { margin: 0 0 .8em; color: #666; }
h2 { font-size: 1.7em; margin: 1.07em 0 .535em; }
h3 { font-size: 1.3em; margin: 1.14em 0 .57em; line-height: 1.3em; }
h4 { font-size: 1.2em; margin: 1.23em 0 .615em; }
h5 { font-size: 1.1em; margin: 1.33em 0 .67em; }
h6 { font-size: 1em; margin: 1.6em 0 .8em; }
#header h1, #header h2 { margin: 0; line-height: 0%; }
#header span { display: none; }

/* links */
a { position: relative; padding: 0.3em 0 .1em 0; } /* for larger click-area */
a:link { text-decoration: underline; color: #356aa0; }
a:visited { text-decoration: underline; color: #99c; }
a:hover { text-decoration: underline; color: #1f4164; }
a:active, a:focus { text-decoration: underline; color: #000; }
#header a { text-decoration: none;}

/* additional text styling */
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.highlight {background:#ff0;}
.error, .info, .success {padding: 0.8em 0 0.8em 3em; margin-bottom:1.6em;border:2px solid #ddd;}
.error {background:#FBE3E4 url(../images/cross.gif) 8px 50% no-repeat;color:#8a1f11;border-color:#FBC2C4;}
.info {background:#FFF6BF url(../images/info.gif) 8px 50% no-repeat;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2 url(../images/tick.gif) 8px 50% no-repeat;color:#264409;border-color:#C6D880;}

/* quotes */
blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote { padding: 0 1em; margin: 1.6em 0 1.6em 0;}
blockquote *:first-child { margin: .8em 0; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }

/* forms */
form { margin-bottom: 1.6em; }
form div { margin-bottom: .8em; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { font-weight: bold; font-size:1.2em; padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
label { font-weight: bold; }
textarea, input { padding: .3em .4em .15em .4em; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'],input[type='password'] { cursor: text; }
select { padding: .1em .2em 0 .2em; }
option { padding: 0 .4em; }

/* lists */
ul li { margin-left: .85em; }
ul { list-style-type: disc; margin: 0 0 1.6em 1.5em; }
#left ul, #right ul { margin: 0 0 1.6em 0.6em; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ol { list-style-position: outside; list-style-type: decimal; margin: 0 0 1.6em 2.35em; }
#left ol, #right ol { margin: 0 0 1.6em 1.6em; }
ol ol, ul ol { margin-left: 2.5em; }
dl { margin-bottom: 1.6em; }
dt { font-weight: bold; margin-top: .8em; margin-bottom: .4em; }

/* tables */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; margin-bottom: 1.6em; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */

/* buttons */
.button { display: inline-block; margin:0 0.583em 0.667em 0; padding:5px 10px 5px 7px; border:1px solid #dedede; border-top:1px solid #eee; border-left:1px solid #eee; background-color:#f5f5f5; font-size:100%; line-height:130%; text-decoration:none; font-weight:bold; color:#565656; cursor:pointer; }
fieldset .button { float: left; }
.reset { padding-left: 3em; background: #f5f5f5 url(../images/cross.gif) 8px 50% no-repeat; }
.submit { padding-left: 3em; background: #f5f5f5 url(../images/tick.gif) 8px 50% no-repeat; }
.button img{ margin:0 3px -3px 0 !important; padding:0; border:none; width:16px; height:16px; float:none; }
.button:hover{ background-color:#dff4ff; border:1px solid #c2e1ef; color:#336699; }
.button:active{ background-color:#6299c5; border:1px solid #6299c5; color:#fff; }

/* layout */
hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none; margin-bottom: 1.6em; }
.clearfix:after, #container:after {content:".";display:block;height:0;clear:both;visibility:hidden;max-height:0;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html #container {height:1%;}
.clearfix, #container {display:block;}
.clear {clear:both;}

/* site structure */
body { background: #c4e2e6 url(../images/body_bg.jpg) 0 0 repeat-x; }
#container { width: 1000px; margin: 0 auto; text-align: left; }
#top { width: 1000px; height: 41px; margin: 0 auto; background: transparent url(../images/topmenu_bg.jpg) center top no-repeat; }
#header { width: 1000px; height: 366px; background: url(../images/header.jpg) center top no-repeat; z-index: 1; }
#contentwrapper { float: left; width: 100%; background: url(../images/content_bg.jpg) center top repeat-y; }
#content { margin-left: 240px; }
#footer { clear: left; width: 1000px; height: 80px; padding-top: 15px; background: url(../images/footer_bg.jpg) center top no-repeat; }
#footer p { margin: 0; padding-left: 40px; color: #fff; }
#footer a { color: #fff; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
.innerpad { margin: 0 30px 40px 20px; }
.leftinnerpad { margin: 0 0 0 20px; }
#left { float: left; width: 240px; margin-left: -1000px; }
#language { float: right; width: 80px; padding: 10px 20px 0 5px; }
.flag { padding: 5px; }

/* topmenu */
#topmenu{ width: 800px; float: right; }
#topmenu ul{ padding: 0 0 5px 0; margin: 0 18px 0 0; text-align: right; }
#topmenu ul li{ display: inline; background: transparent url(../images/topmenu_divider.png) 100% center no-repeat; line-height: 41px; }
#topmenu ul li a{ color: #fff; text-transform: uppercase; padding: 0 3px 1px 3px; margin-right: 20px; text-decoration: none; }
#topmenu ul li a:hover, #topmenu ul li a.current{ border-bottom: 1px solid #fff; color: #fff; }

/* leftmenu */
#leftmenu{ width: 220px; background: #999 url(../images/leftmenu_bg.png) 0 0 no-repeat; }
#leftmenu ul{ list-style-type: none; margin: 0; padding: 0; }
#leftmenu li{ margin: 0; }
#leftmenu ul li a{ color: #fff; font-size: 14px; display: block; width: auto; padding: 10px 0; padding-left: 20px; text-decoration: none; border-bottom: 1px solid #fff; }
* html #leftmenu ul li a{ width: 200px; }
#leftmenu ul li a:hover, #leftmenu ul li a.current{ background-color: #2ab0b0; }
* html #leftmenu ul li{ height: 1%; }
* html #leftmenu ul li a{ height: 1%; }

/* Custom */
.floatleft { float: left; margin-right: 18px; }
.floatleftsolo { float: left; margin-right: 35px; }
.productlink { width: auto; float: left; margin: 0 55px 30px 0; }
.productlinkright { width: auto; float: left; margin: 0 0 30px 0; }
.productlink a, .productlinkright a { text-decoration: none; color: #666; }
.productsmall { padding: 3px; background: #333; border: 1px solid #9b9b9b; }
/* Detail-Page */
.detailimagebig{ padding: 4px; background: #333; border: 1px solid #9b9b9b; margin-bottom: 20px; }
a.backbutton, a.forwardbutton{ width: 95px; float: right; background: url(../images/button.png) 0 0 no-repeat; padding: 2px 0 6px 12px; color: #fff; text-decoration: none; margin-bottom: 20px; }
a.previousbutton{ width: 95px; float: left; background: url(../images/prevbutton.png) 0 0 no-repeat; padding: 2px 0 6px 20px; color: #fff; text-decoration: none; margin-bottom: 20px; }
span.reg{ font-size:6px; vertical-align:top; }
