/* @override 
	http://redlaunch-ultra.devbox.org/css/basic/custom.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #fff url(/images/interface/main_bkg.gif) repeat-x 50% 128px;/**/
	color: #000;
	float: left;
	width: 100%;
}

a:link, a:visited {
	color: #c03;
	text-decoration: none;
}

a:hover, a:active {
	color: #c03;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 20px;
	margin: 10px 0;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #333;
}

h2 {
	font-size: 16px;
	margin: 10px 0;
	font-weight: normal;
	color: #666;
}

h3 {
	font-size: 12px;
	margin: 10px 0 5px 0;
	padding: 0;
	font-weight: normal;
	color: #666;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 10px;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 11px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 10px;
	margin-bottom: 10px;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	/*text-shadow: #adb31a 2px 2px 0;
	background: #d7df21 url(/images/interface/error_bkg.gif) repeat-x 0 100%;*/
	background-color: #c03;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
	float: left;
}

.standfirst {
	font-size: 11px;
	color: #000;
	font-weight: bold;
}

/* @end */

/* @group layout */

#wrapper {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: left;
	background: transparent url(/images/interface/header_bkg.gif) no-repeat 50% 0;/**/
}

#container {
	width: 950px;
	margin: 0 auto;
}
#header {
	/*float: left;*/
	position: relative;
	height:	128px;
	background: #c03 url(/images/interface/header.gif) no-repeat 0 100%;/**/
}

#nav {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	display: inline; /* combat IE6 Doubled float-margin bug */
	background: #727272 url(/images/interface/nav_bkg.gif) no-repeat 50% 100%;/**/
}

#content {
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;/**/
}

#columns {
	float: left;
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
	/*background: #171717 url(/images/interface/body_bkg.gif) no-repeat 0 100%;*/
}

#main {
	width: 620px;
	float: left;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0 0 10px 0;
}

#sidebarL {
	float: left;
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 355px;
	margin: 0;
	padding: 0;
	display: none;
}

#sidebarR {
	float: right;
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 310px;
	margin: 0;
	padding: 0;
}

#features {
	float: left;
	background: #ededed url(/images/interface/feature_bkg.gif) no-repeat 50% 0;/**/
	width: 100%;
	padding: 10px 0 20px 0;
}

#footer {
	font-size: 11px;
	line-height: 14px;
	padding: 13px 0;
	margin: 0;
	/*text-transform: lowercase;*/
	/*clear: both; apparently redundant because of width */
	float: left;
	width: 100%;
	display: inline; /*combat IE6 Doubled float-margin bug */
	background: #999 url(/images/interface/footer_bkg.gif) no-repeat 50% 100%;/**/
}

/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 290px;
	height: 128px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 20px;
}

/* @end */

/* @group nav */

#nav .lev1, #nav .lev1 ul {
	font: 16px/32px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	text-shadow: #333 2px 2px 2px;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	/*background-color: #555;*/
	list-style: none;
}
#nav .lev1 li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
}
#nav .lev1 li a:link, #nav .lev1 li a:visited, #nav .lev1 li a:hover, #nav .lev1 li a:active {
    display: block;
    color: #fff;
	padding: 0 10px;
	text-decoration: none;
}
#nav .lev1 li:hover, #nav .lev1 li.hilite {
    background: transparent url(/images/interface/lev1_hilite.gif) repeat-x 50% 100%;
}
#nav .lev1 li li, #nav .lev1 li li.hilite {
	font: 11px Verdana, Arial, sans-serif;
	text-shadow: none;
	background: #ccc none;
	width: 100%;
}
#nav .lev1 li li a:link, #nav .lev1 li li a:visited, #nav .lev1 li li a:hover, #nav .lev1 li li a:active {
	border-top: .1em solid #eee;
	border-bottom: .1em solid #bbb;
	display: block;
    color: #333;
    padding: .5em;
}
#nav .lev1 li li:hover {
    background: #eee none;
}
#nav .lev1 li li.parent {
    background: #ccc url(/images/interface/nav1_arrow.gif) no-repeat 100% 50%;
}
#nav .lev1 li li.parent:hover {
    background: #eee url(/images/interface/nav1_arrow_fade.gif) no-repeat 100% 50%;
}
#nav .lev1 li ul {
    margin: 0;
    padding: 0;
	position: absolute;
	width: 12.5em;
	top: 2em;
	left: -9999px;
	border-left: .2em solid #666;
}
#nav .lev1 li li ul {
    top: 0;
}
#nav .lev1 li ul { /* second-level lists */
    width: 12.5em;
    position: absolute;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav .lev1 li ul ul { /* third-and-below-level lists */
    margin: 0 0 0 12.5em;
}
#nav .lev1 li:hover ul ul, #nav .lev1 li:hover ul ul ul {
    left: -9999px;
}
#nav .lev1 li:hover ul, #nav .lev1 li li:hover ul, #nav .lev1 li li li:hover ul { /* lists nested under hovered list items */
    left: 0;
}

/* @group quick search */

#search_menu {
	float: right;
}

#search_menu #search_menu_form {
	padding: 6px 15px;
	margin: 0;
	text-align: right;
}

#search_menu #search_menu_form label {
	display: none;
}

#search_menu #search_menu_query {
	padding: 2px;
	margin: 0;
	/*height: 12px;*/
	width: 180px;
	border: 1px solid #ccc;
	border-color: #999 #ccc #ccc #999;
}

/* @end */

/* @end */

/* @group main */

/* @group cluster */

/* @group news */

.news {
	position: relative;
	float: left;
	width: 620px;
	background: transparent url(/images/interface/main_news_bkg.gif) no-repeat 50% 0;
	padding: 10px 0;
	margin: 0;
}
.news h1 {
	position: absolute;
	top: 13px;
	left: 15px;
	margin: 0;
	line-height: 24px;
	color: #999;
	width: 140px;
}
.news p {
	float: left;
	width: 100%;
	margin: 2px 0;
}
.news .date {
	width: 200px;
	float: left;
	text-align: right;
	margin-right: 20px;
}
.news a.doclink {
	float: left;
	width: 385px;
}

/* @end */

/* @group hero */

.hero {
	float: right;
	width: 400px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0 0 20px 0;
}
.hero h1 {
	position: absolute;
	top: 13px;
	left: 15px;
	margin: 0;
	line-height: 24px;
	color: #c03;
}
.hero p {
	margin: 0;
}

/* @end */

/* @group special */

.special {
	float: left;
	width: 170px;
	color: #fff;
	padding: 0 15px 5px 15px;
	margin: 0 0 20px 0;
	background: #999 url(/images/interface/main_special_bot.gif) no-repeat 50% 100%;	
}

.special h1 {
	margin: 0 -15px 8px -15px;
	padding: 13px 15px 0 15px;
	background: transparent url(/images/interface/main_special_top.gif) no-repeat 50% 0;	
	line-height: 24px;
}
.special p {
	margin: 0 0 10px 0;
}
#main .body .special ul {
	margin-left: 0;
	padding-left: 0;
}
.special a:link, .special a:visited {
	color: #fff;
}

/* @end */

/* @end */

#main .article {
	font-size: 11px;
	line-height: 16px;
	/*padding: 1px 0;  1px padding to prevent margin collapse */
	padding: 0;
	margin: 0;
	float: left; /* required to stop images escaping */
	width: 100%; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

/*#main .home {
	padding: 0;
	margin: 0;
	background: none;
}*/

#main h1.pagetitle, #main h1.embedtitle {
	color: #c03;
	font-weight: normal;
	font-size: 28px;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 32px;
}

#main .body {
	float: left;
	width: 100%;
}
#main .body div {
	/*margin: 10px 0;*/
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet_plus.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @group embedded children */

#main .article .article {
	margin: 0 -20px;
	padding: 20px 20px 10px 20px;
	background: #d8d8d8 url(/images/interface/child_bkg.gif) repeat-x 0 0;	
}

#main .article .article .body, #main .article .article .embedtitle {
	border-left: 5px solid #036;
	padding-left: 10px;
}

#main .article .article .embedtitle {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #036;
	margin: 0;
}

#main .article .article p, #main .article .article ul, #main .article .article ol, #main .article .article div {
	margin-top: 0;
}

/* @end */

/* @group children */

.children {
	background: transparent url(/images/interface/main_news_bkg.gif) no-repeat 50% 0;
	padding: 5px 15px 15px 15px;
	clear: both;
}
.children ul {
	margin: 0;
	padding: 0;
	/*border-top: 1px solid #ccc;*/
}

.children li .thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li {
	margin-left: 20px;
	border-bottom: 1px solid #ddd;
}

.children .childtitle, .children .childtitle a:link, .children .childtitle a:visited {
	font: bold 11px/13px "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 5px 0;
	padding: 0;
}

.children .child {
	padding: 3px 0;
}

.children .summary  {
	font-size: 10px;
	line-height: 12px;
	color: #999;
	margin: 5px 0;
}

.children .arrows {
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 4px; /* new for vertical alignment of prices */
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
}

.children table td .thumbnail {
	padding: 0;
	margin-bottom: 5px;
}

.children .details {
	font-size: 12px;
	height: 17px;
	padding: 5px;
	border: 1px solid #ccc;
	color: #000;
}

.children .details .price {
	margin-top: 1px;
	float: left;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	clear: both;
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #eee;
}

.files dl dt {
	border: 1px solid #f8f0cb;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #eee;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #999;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

/* @group sidebar L */

/* @group sidebar article */

#sidebarR .article {
	font: normal 12px/22px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 15px;
	color: #444;
	float: left; /* required to stop images escaping */
	width: 280px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	background: #eee url(/images/interface/sidebar_article_bot.gif) no-repeat 50% 100%;	
}

#sidebarR h1.embedtitle {
	font: normal 20px/22px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	background: transparent url(/images/interface/sidebar_article_top_norm.gif) no-repeat 50% 0;	
	color: #555;
	margin: 0 -15px 8px -15px;
	padding: 13px 15px 0 15px;
}

#sidebarR div:first-child h1.embedtitle, #sidebarR h1#title_119.embedtitle { /* ie7 still doesn't get the pseudo class right */
	background: transparent url(/images/interface/sidebar_article_top.gif) no-repeat 50% 0;
}

#sidebarR .article p {
	padding: 0;
	margin: 0 0 10px 0;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #c03;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #c03;
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #c03;
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

#sidebarR .imgright img {
	margin: 0;
	padding: 0 10px 0 0;
	/*display: inline;*/
	background: #c03 url(/images/interface/banner_img_bkg.gif) no-repeat 100% 50%;
	float: right;
}

#sidebarR .article .readmore {
	margin: -10px 0 10px 0;
	padding: 0;
	height: 15px;
	width: 100%;
}

#sidebarR .article .readmore a:link, #sidebarR .article .readmore a:visited {
	float: right;
	overflow: hidden;
	background: transparent url(/images/interface/feature_more.gif) no-repeat 50% 50%;
	width: 49px;
	text-indent: -9999px;
	line-height: 15px; /* required because ie crops background image */
	border: none;
}

/* @end */

/* @group sidebar cart */

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #f03;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #999;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group features */

#features .article {
	font: 12px/16px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	float: left;
	margin: 0;
	padding: 0 0 0 108px;
	width: 202px;
	position: relative;
	color: #444;
}

#features h1.embedtitle {
	font: normal 18px/28px "Trebuchet MS", "Lucida Grande", Verdana, Arial, sans-serif;
	color: #c03;
	margin: 0 0 10px 0;
	padding: 0;
}

#features .icon {
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0;
	padding: 0;
}

#features .readmore {
	text-indent: -9999px;
}

#features .readmore a {
	position: absolute;
	bottom: -10px;
	right: 0;
	overflow: hidden;
	background: #d8d8d8 url(/images/interface/feature_more.gif) no-repeat 50% 50%;
	width: 49px;
	height: 15px;
	text-indent: -9999px;
	line-height: 15px; /* required because ie crops background image */
	border: none;
}

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #666;
	margin: 0 15px;
}

#footer .right {
	float: right;
	color: #666;
	margin: 0 15px;
}

#footer .right .sitename {
	font-weight: normal;
	color: #333;
}

#footer a:link, #footer a:visited {
	color: #fff;
	border-bottom: 1px dotted #666;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group shop */

/* @group shopitem */

.buynow {
	margin: 10px 0;
	border:  1px solid #ddd;
	padding: 0 10px 10px 10px;
	font-size: 11px;
}

.price {
	color: #999;
}

.price span {
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

.buy {
	font-size: 11px;
	color: #999;
}

/* @end */

/* @group items */

.shop table.items caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}

.shop table.items {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}

.shop table.items tr {
	/* vertical-align: top; */
}

.shop table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}

.shop table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	background: #fff url(/images/interface/checkout_item_bkg.gif) repeat-x 0 0px; /* background position 0 -7px using original image */
	padding: 4px;
}

.shop table.items .i_description {
	padding-top: 4px;
	display: none; /* re-instate when we have meaningful descriptions */
}

.shop .items .col1 {
	width: 75%;
	text-align: left;
}

.shop .items .col1 a {
	background: transparent url(/images/interface/checkout_item_bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
}

.shop .items .col2, .shop .items .col3, .shop .items .col4 {
	text-align: right;
}

.shop .items .col3 {
	font-weight: bold;
	white-space: nowrap;
}

.shop .items .col4 {
	white-space: nowrap;
}

/* @end */

/* @group checkout */

.shop h2 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #f30;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.shop h2 label {
	font-weight: bold;
}

.shop th, .shop label {
	font-weight: bold;
	text-align: left;
}

.shop th, .shop td {
	font-size: 11px;
}

.shop p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

/* @group payments */

.shop dl, .shop dt, .shop dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop dd {
	margin-left: 40px;
	border-left: 5px solid #ffb27f;
	padding-left: 10px;
}

.shop dd table caption {
	display: none;
}

.shop dd table th, .shop dd table td {
	padding: 0 5px;
}

.shop dd table th {
	text-align: right;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	padding-left: 0;
}

/* @end */

/* @end */

/* @group checkout & cart */

.shop .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
	margin-bottom: 10px;
}

.shop .totals p {
	margin: 10px 4px;
	font-weight: bold;
}

.shop .totals span {
	color: #999;
}

.shop .noitems {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group users */

.shop table.orders {
	position: relative;
	width: 100%;
}

.shop table.orders th, .shop table.orders td {
	width: 25%;/**/
	white-space: nowrap;
}

.shop .orders .col1 {
	width: 25%;
	font-weight: bold;
}

.shop .orders td.col4 {
	font-weight: bold;
	text-align: right;
}

/* @end */

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search .help {
	color: #666;
	line-height: 13px;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	color: #c03;
	text-decoration: none;
}

.search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd .s_excerpt {
	font-size: 10px;
	color: #666;
	line-height: 13px;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	background: #c03 url(/images/interface/score.gif) repeat-x 0px 50%;
	border-right: 1px solid #333;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	font-size: 10px;
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #c03;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #666;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {	
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: #c03;
	background-color: #fff;
	margin: 0 0 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @group embedded children */

#main .article .article .inplaceeditor-form input.editor_field {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #c03;
	background-color: #eee;
	margin: 0 0 10px 0;
}

#main .article .article .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #333;
	background-color: transparent;
	margin: 10px 0;
}

/* @end */

/* @end */

/* @group sidebar */

#sidebarL .inplaceeditor-form input.editor_field {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #c03;
	background-color: #eee;
	margin: 0 0 10px 0;
}

#sidebarL .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	color: #ccc;
	background-color: transparent;
	margin: 0 0 10px 0;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	-webkit-text-size-adjust: none;
}

/* @end */


