@import url(/stylesheets/reset-fonts-grids.css);

/* @group HTML Elements */

body {
	background-color:#75c6ec; 
	color:#333;
	font: 0.8em "Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
}

h1, h2, h3, h4 {
	padding-bottom:5px;
	color: #29508c;
}

h4 { 
	font-weight:bold;
}

a, a:visited {
	color:#003399;
	text-decoration: none;
	
	border-bottom:1px dotted #0066CC;
}

a:hover { color:#0066CC; text-decoration: none; }


a.title {
	font-weight: bold;
	font-size: 14px;
}

p, ul { padding-bottom:20px; }
p {
	line-height: 1.5em;
}
em { font-style: italic; }
strong{ font-weight:bold; }

hr {
	border:0;
	background-color: #ccc;
	height:1px;
	width:90%;
}

/* @end */

/* @group Structure */

.container {
	width:975px; 
	margin:0 auto; 
	text-align:left;
}

/* clear:both */
.container:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .container {height: 1%;}

.left {
	width:74%; 
	float:left;
}

.clear { clear:both; }

/* @end */

/* @group Custom */

.highlight { background: #ffc; }



/* @end */

/* @group Alignment */

.center {
	text-align: center;
}

/* @end */


/* @group Column */

.column, .column2 {
	width:30%; 
	float:left; 
	margin:0 0 20px; 
	padding:0 20px 0 0;
}
.column2 { width:60%; }
.column img { margin: 10px 0; }

/* @end */


/* @group Header */

#header {
	position: relative;
	background: #d4e3e2 url(/images/bg_repeat.png) center repeat-x;
}

#header .container {
	background: url(/images/bg.png) center center no-repeat;
	position:relative;
	height:150px;
}

#header h1 {
	padding-bottom: 0;
	font-size:2em;
	padding-top:20px;
	color: #333;
}

#header h2 {
	color:#666;
}

#buzz {
	position: absolute;
	top:5px;
	right:10px;
	max-width: 110px;
}

#current_user {
	z-index: 1;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	font-weight: bold;
}

/* @end */

/* @group Navigation */

#nav {
	position:absolute; 
	bottom:0; 
	right:0;
	
	padding:8px 0;
}

#nav_left {
	position:absolute; 
	bottom:0; 
	left:0;
	
	padding:8px 0;
}

#nav li,
#nav_left li { display: inline; }

#nav li.on a,
#nav_left li.on a { border:4px solid #8ba9af; }

#nav li a,
#nav_left li a {
	color:#fff; 
	font-size:120%; 
	text-decoration:none; 
	padding:4px 5px; /* border around the menus */
	margin:0 4px; /* Space between menus */
	border: none;
}

#nav li a:hover,
#nav_left li a:hover {
	border:4px solid #fff; 
	margin:0;
}

#nav li.huge a { color: #333; }
#nav li.huge a:hover { border:4px solid #333;  }


#nav li.on a:hover,
#nav_left li.on a:hover { margin:4px; }

#nav li a em {
	font-weight:bold; 
	font-size:108%; 
}

#nav .huge { font-size:123.1%; }

/* @end */

/* @group Page */

#page { 
	background-color:#E5F7FF; 
	border-top:8px solid #ccc; 
	border-bottom:8px solid #ccc; 
	color:#333;
}

#page .left {
	margin:10px 0;
}

.page { margin-right: 20px; }

#page img { 
	max-width: 289px;
}

#page .img {
	float: left;
	width: 289px;
	margin-right: 30px;
}


#page p { 
	margin:0;
	padding-bottom: 5px;
	font-weight:bold; 
	font-size:280%;
	line-height: 120%;
}

#page p.description {
	font-size:146.5%; 
	font-weight:normal;
	padding:0;
	color: #666666;
}

#page .sidebar {
	margin:10px 0;
}

/* @end */

/* @group Sections */



#sections dt {
	position:relative; 
	padding-left:60px; 
	padding-bottom:35px; 
	margin-bottom:-30px; 
	font-weight:bold; 
	font-size:123.1%;
}

#sections dd {
	margin-bottom:20px; 
	padding-left:60px; 
	font-size:95%;
}

#sections dd.last { margin-bottom:0;} 

#multimedia { background:url('/images/icons/multimedia.png') no-repeat; }
#compare-guide { background:url('/images/icons/compare.png') no-repeat; }
#how-to { background:url('/images/icons/manuals.png') no-repeat; }
#shopping-guide { background:url('/images/icons/shopping.png') no-repeat; }

/* @group Custom */

#content .sidebar #sections {
	padding-bottom:20px; 
	border-bottom:1px solid #ccc;
	margin-bottom:15px;
}

/* @end */

/* @end */

/* @group Content */

#content, #admin { background-color:#fff; }
#content .left { 
	margin:20px 0;
}

#content p.title {
	text-transform: none;
	color:#417880; 
	font-size:240%; 
	padding-bottom:5px;
	font-weight:bold;
}

#content p.description {
	color:#666; 
	font-size:138.5%; 
	padding-bottom:20px;
	font-weight:normal;
}

#content object {
	margin:5px 0 15px 20px;
	border:1px solid #ccc;
}

/* @group Style */

div.content { margin-right:20px; }

div.content p { font-size:120%; }

div.content ul { margin-left:30px; }
div.content ul li { 
	list-style:disc; 
	margin-bottom:5px;
}

div.content ol { 
	margin-left:40px;
	margin-bottom:10px; 
	margin-top:5px;
}

div.content ol li { 
 	list-style:decimal;
	margin-bottom:5px;
	font-size:120%;
}

div.content img { 
	border:0px; 
	margin-bottom:-5px; 
	padding:0px; 
}


div.content h2, div.content h3, div.content h4 {
	font-size:138.5%;
	text-transform:uppercase; 
	font-weight: bold;
	letter-spacing:2px; 
	margin-top:10px; 
	margin-bottom:-5px;
	padding-bottom: 20px;
}

div.content h4 {
	font-size: 125%;
	text-transform: none; 
	letter-spacing: normal;
}

div.content div.column h3 { text-transform: none; letter-spacing: normal; }



/* @end */

/* @end */

/* @group Sidebar */

.sidebar { 
	width:25%; 
	float:right; 
	margin:20px 0;
	
	padding-left: 8px;
	border-left:1px solid #ccc; 
}

.sidebar h2 { 
	margin-top:10px; 
	color:#333; 
	font-weight:bold; 
	font-size:100%;
	padding-bottom:10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.sidebar p { font-size: 90%; color:#666; text-align: justify;}
.sidebar hr { margin: 20px auto; }

/* @group Widget */

.widget-desc {
	background: #E5F7FF;
	border: 1px dashed #ccc;
	padding: 5px 10px;
	text-align: center;
}

.widget-desc .highlight {
	font-size: 85%;
}

.widget-desc p {
	padding: 0;
	text-align: center;
	color: #333;
}
.widget {
	text-align: center;
	background: #ffc;
	border: 1px dashed #ccc;
	padding: 5px 0;
	margin-bottom: 5px;	
	position: relative;
}

.widget .save {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 70px;
	
}
.widget img {
	padding: 0;
	margin: 0;
}

.widget:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .widget {height: 1%;}

/* @end */

/* @group Store */

div.store {
	margin: 0 0 20px 0;
}

div.store p {
	padding: 0;
}

div.store .store_benefit {
	border: none;
	margin-top:5px;
	max-width: 20px;
}

div.store div.lcolumn {
	float: left;
	width:25%;	
	text-align: center;
}

div.store div.price.rating span {
	font-weight: bold;
	font-size: 130%;	
}

div.store div.price.rating {
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
	background: #fcfcfc;
	padding: 5px 0px;
}

div.store div.link.icons {
	border: 1px dashed #ccc;
	padding: 0px 0px 5px;
	background: #E5F7FF;
	font-size: 8px;
}

div.store div.link.icons p {
	padding: 2px 0;
}


div.store div.rcolumn {
	float: right;
	width: 70%;
	border: 1px dashed #ccc;
	padding: 5px 10px;
	background: #fcfcfc;
	color: #666;
	
}

.store:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .store {height: 1%;}

/* @group Legend */

div.store_legend {
	border: 1px dashed #ccc;
	padding: 5px 10px 5px 10px;
	background: #fcfcfc;
}

div.store_legend .legend {
	font-size: 100%;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;	
	text-transform: uppercase;
	padding: 0 0 10px 0;
	color: #333;
}

div.store_legend img {
	margin: 5px 10px 0px 0;
	max-width: 20px;
}

div.store_legend td {
	color: #666;
	font-size: 90%;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer { 
	background:#E5F7FF; 
	border-top:8px solid #ccc; 
	color:#333;
}

#footer ul li {
	margin:5px 0;
}

#footer .enewsbox{
	float: left;
	width: 180px;
	margin-top:0;
}

#footer .button {
	display: block;
	float: right;
}

#footer div.column {
	margin:20px 5px;
}

#footer div.column h3 {
	color: #333;
	font-size:250%;
	border-bottom:1px solid #999;
	font-weight:bold;
}

#footer p { padding:10px 0; }
#footer p span a { margin-left:10px; }

#copyright {
	
	padding:10px 0;
}

/* @end */

/* @group Form */

label {
	font-size: 120%;
}

input, textarea {
	font-family: "Lucida Grande";
	font-size: 14px;
	font-weight: bold;
	padding: 3px;
	margin-top:5px;
	
	color: #333;
	background: #ffc;
	
	border: 4px solid #ccc;
}

input[type="submit"],input[type="button"] {
	width: auto;
	line-height:1em;
	text-align: center;
	background: #fff;
	border: 4px solid #ccc;
	color: #333;
	cursor: pointer;
	margin:0;
	padding:6px 8px;

	font-weight:bold;
	font-size:1.2em;
} input[type="submit"]:hover { background: #f6f6f6; }

input { width: 250px; }
input[type="checkbox"]{ width: auto; }

fieldset textarea {
	width:80%;
	height:150px;
}

fieldset select { margin:5px 0; }

/* @group Comment */

form#commentform, form#uploadForm { padding-top:15px; }
form#commentform label { 
	font-weight: bold;
	color:#333;
	font-size: 12pt;
}

form#commentform input, form#commentform textarea {
	margin-left: 20px;
}

form#commentform #loading {
	margin-left: 20px; 
}

/* @end */

/* @group Upload */

form#uploadForm {
	font-size: 12pt;
}

form#uploadForm #MultiFile1_wrap {
	padding:5px 10px;
}
form#uploadForm span.file{
	font-weight: bold;
}

/* @end */

/* @end */

/* @group Comment */

div.commentlist ul li { list-style-type: none; }
div.commentlist ul { padding:0;}
div.bubble {
	width: auto;
	font-size: 80%;
	margin-bottom: 24px;
	
}


div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccc;
	background-color: #f9f9f9;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 10px 0px 0px 15px;
	top: 9px;
	background: transparent url(/images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

div.bubble cite img {
	padding-bottom: 5px;
	padding-left: 5px;
}

.newcomment div.bubble blockquote { background: #ffc; }
div.bubble.pending blockquote { background: #ffdfdf; }

/* @end */

/* @group Image */

div.content img.border {
	border:1px dashed #ccc;
	margin:5px 5px 5px 0; 
	padding:1px;
}

/* @end */

/* @group Gallery */

.thumbContainer:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .thumbContainer {height: 1%;}

.thumb {
	float:left; 
	width:152px;
	margin-right:15px;
	margin-bottom: 10px;
}

.thumb a, .thumb a:visited { border-bottom: none; }
.thumb img { max-width: 150px; }
.thumb .desc { width: 150px; font-size: 80%; height: 25px;}

/* @end */

/* @group Status */

#status {
	text-align: left;
	border: 1px solid #ccc;
	padding: 5px 5px 5px 30px;
	font-size: 14px;
	margin-bottom: 12px;
}

#status.notice {
	border-color: #9c9;
	color: #060;
	background: #E2F9E3;
}

#status.alert {
	border-color: #c99;
	color: #fff;
	background: #c00;
}

#status.flash_alert a {
  	color: #fff;
}

#status.flash_alert a:hover {
  	background: #000;
}

/* @end */

/* @group Pagination */

div.pagination {
	padding: 3px;
	margin: 20px 3px 3px 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #EEE;

	color: #DDD;
}

/* @end */
	

table.textile { border:1px solid #ccc; }
table.textile th {
	font-weight:bold;
	padding:5px 3px;
	margin-right:1px;
	border-bottom:1px solid #999999;
	font-size: 90%;
}

.section th { 
	background: #999;
	font-size: 110%;
	text-align: center;
	border: 1px solid #666;
}

table.textile td {
	color: #333;
	padding: 5px 10px;
	margin:10px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size: 80%;
}

}
.last td, .last th  { 
	border-bottom:0; 
}

#content .file {
	float:left;
	margin:0px 0 20px 0;
	width:30%;
}

#content .file img {
	float:left;
	margin-right:10px;
}

.file:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .file {height: 1%;}

.icon {
	float: left;
	margin-right: 10px;
}



/* @group Trash */

/*


table { border:1px solid #ccc; }
table th {
	font-weight:bold;
	padding:5px 3px;
	margin-right:1px;
	border-bottom:1px solid #999999;
	font-size: 90%;
}

.section th { 
	background: #999;
	font-size: 110%;
	text-align: center;
	border: 1px solid #666;
}

table td {
	color: #333;
	padding: 5px 10px;
	margin:10px;
	border-left:1px solid #999999;
	border-bottom:1px solid #999999;
	font-size: 80%;
}

}
.last td, .last th  { 
	border-bottom:0; 
}




#current_user {
	z-index: 1;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 10px;
	font-weight: bold;
}

#links a { color: #ccc; }
#links a:hover { color: #999;  }



#mode {
	font-weight:bold;
	position:absolute;
	top:10px
	left:10px;
	padding:5px 10px;
	text-align:left;
}

#mode li { margin:5px 0;}
#mode li a { padding:2px 0;}
#mode a:hover, form.inplaceeditor-form a:hover { background-color:blue; color:white;}

div.file {
	margin:10px 0;
}
	
div.file div.thumb { float:left; width:100px; margin-right:10px; }
div.file div.thumb img { max-width:100px; }

.editBox {
	background: #fff;
	margin-bottom: 20px;
}
*/
/* @end */
