img,form {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.contentbox {
	margin-right: auto;
	margin-left: auto;
	width: 880px;
}

footer {
	font-size: smaller;
	text-transform: uppercase;
	color: #565656;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.75);
	background-color: #d3d3d3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), to(#b4b4b4));
	background-image: -moz-linear-gradient(center top, #D3D3D3, #B4B4B4);
}

footer a {
	text-decoration: none;
	color: #565656;
}

footer a:hover {
	color: #253d6d;
	text-decoration: none;
}

nav
{
	margin-bottom: 10px;
	overflow: hidden;
}

nav td
{
	padding: 4px;
	color: #3f3f3f;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
}

nav a
{
	padding-left: 6px;
	padding-bottom: 2px;
	padding-right: 6px;
	padding-top: 2px;
	color: #165fcd;
}

nav a:hover
{
	background-color: #165fcd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
	text-decoration: none;
}

.dropdown
{
	float: left;
	padding: 0px;
	cursor: pointer;
}

.dropdown li a
{
	color: #2d2d2d;
}

.dropdown li:hover a
{
	background-color: #165fcd;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFFFFF;
}

.dropdown dd
{
	margin-left: -8px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	position: absolute;
	overflow: hidden;
	display: none;
	z-index: 200;
	opacity: 0;
}

.dropdown ul
{
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #ffffff;
	background-image: url(/gfx/menu_background.png);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#CAE0E7));
	background-image: -moz-linear-gradient(center top, #FFFFFF, #CAE0E7);
	border: 1px solid #7392b1;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	margin: 8px;
	list-style: none;
	padding: 0px;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0px 3px 5px rgba(0,0,0,0.5);
}

.dropdown ul li
{
	margin: 0px;
	padding: 5px;
	text-align: left;
}

.dropdown hr
{
	border-bottom-color: #d5e7eb;
	border-bottom-width: 1px;
	border-top-color: #8c9ca1;
	border-left-style: none;
	border-bottom-style: solid;
	border-right-style: none;
	border-top-style: solid;
	border-top-width: 1px;
}

#worldwide
{
	overflow: hidden;
	margin-bottom: 20px;
}

#worldwide_header {
	font-weight: bold;
	text-align: left;
	font-size: smaller;
	text-transform: uppercase;
	background-color: #3ca053;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3ca053), to(#208d37));
	background-image: -moz-linear-gradient(center top, #3CA053, #208D37);
	color: white;
	text-shadow: 0px 1px 0px rgba(0,0,0,0.3);
	padding: 0px;
}

#worldwide_header p {
	margin: 0px;
}

#worldwide_header a {
	text-decoration: none;
	display: inline-block;
	padding: 4px;
	color: white;
}

#worldwide_header a:hover {
	background-color: #063312;
}

#livechat_link {
	-webkit-transition: opacity 0.5s ease-out;
	opacity: 0;
}

#worldwide_picker
{
	background-position: center top;
	background-color: #282828;
	background-image: url(/gfx/background_flare.png);
	background-repeat: no-repeat;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	display: none;
}

#worldwide_picker table
{
	width: 533px;
	margin-left: auto;
	margin-right: auto;
}

#worldwide_picker table img.current
{
	background-image: url(/gfx/lang_names/current.png);
}

#worldwide_picker table a img:hover
{
	background-image: url(/gfx/lang_names/cell.png);
}

#content
{
	float: left;
	max-width: 600px;
	min-width: 600px;
	width: 600px;
	overflow: hidden;
}

#subhead
{
	background-color: #F8F8F8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F2F2F2));
	background-image: -moz-linear-gradient(center top, #FFFFFF, #F2F2F2);
	border-bottom: 1px solid #BABABA;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.15);
	padding: 10px;
}

a.more
{
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	background-position: right center;
	background-repeat: no-repeat;
	background-image: url(/gfx/mini_arrow.png);
	padding-right: 12px;
}

p.grabber {
	text-transform: uppercase;
	font-size: larger;
	border-bottom: 1px solid #E4E4E4;
	font-weight: bold;
	color: #294A7D;
}

.print_only {
	display: none;
}

#error_details {
	margin-bottom: 10px;
	display: none;
	background-color: #f1f1f1;
	border-color: #989898;
	border-style: dashed;
	border-width: 1px;
	padding: 8px;
}

table.buttoncell
{
	overflow: hidden;
	max-height: 20px;
	min-height: 20px;
	height: 20px;
	text-shadow: 0px 1px 1px #009946;
	color: white;
	font-weight: bold;
	background-image: url(/gfx/button_stretch.gif);
	background-repeat: repeat-x;
	cursor: pointer;
	white-space: nowrap;
}

.fade_ns
{
	background-color: #65C185;
	background-image: url(/gfx/stretch_ns.gif);
	background-repeat: repeat-x;
}

.fade_sn
{
	background-color: #aed9b9;
	background-image: url(/gfx/stretch_sn.gif);
	background-repeat: repeat-x;
}

#storenavigator
{
	border-bottom: 1px solid #989898;
	padding-bottom: 3px;
	font-size: smaller;
	margin-bottom: 10px;
}

#currencyselector
{
	border-top: 1px solid #989898;
	padding-top: 3px;
	font-size: smaller;
	margin-top: 10px;
}

#storenavigator a,#currencyselector a
{
	color: #989898;
	text-decoration: none;
}

#storenavigator a:hover,#currencyselector a:hover
{
	text-decoration: none;
	color: #3274d7;
}

.aquabuttontext
{
}

.aquabuttontext:hover
{
	text-shadow: 0px 0px 0px;
	color: #3274d7;
	cursor: pointer;
}

#sidebar
{
	padding-left: 8px;
	padding-bottom: 0px;
	padding-right: 8px;
	padding-top: 0px;
	font-size: smaller;
	max-width: 234px;
	min-width: 234px;
	width: 234px;
	float: right;
	overflow: hidden;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 1px solid #e4e4e4;
}

#sidebar a
{
	color: #3274d7;
	text-decoration: underline;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

#sidebar a:hover
{
	text-decoration: none;
}

#sidebar li
{
	padding-bottom: 1px;
	padding-top: 1px;
	list-style-image: url(/gfx/mini_arrow.png);
}

#sidebar div.block_view
{
	border-color: #E4E4E4;
	border-style: solid;
	border-width: 1px;
	margin-top: 10px;
	border-radius: 10px;
	border-top-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 10px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

#sidebar div.block_view p
{
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

#sidebar div.block_view p.title
{
	padding: 4px;
	background-color: #E4E4E4;
	text-transform: uppercase;
	margin: 0px;
	border-radius: 8px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-radius: 8px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius: 8px;
	-moz-border-top-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	-moz-border-bottom-right-radius: 0px;
}

#sidebar div.block_view div.upper_dashed
{
	border-top: 1px dashed #E4E4E4;
}

#sidebar div.block_view div.lower_dashed
{
	border-bottom: 1px dashed #E4E4E4;
}

#sidebar div.block_view td
{
	border-bottom-color: #f4f4f4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#site_notice
{
	padding-bottom: 1px;
	padding-top: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-shadow: 0px 1px 0px black;
	background-repeat: repeat-x;
	background-image: url(/gfx/noticebg.png);
	background-color: black;
	color: white;
	text-align: center;
}

#site_notice p
{
	margin: 0px;
}

#site_notice a
{
	text-decoration: underline;
	color: white;
}

#site_notice a:hover
{
	color: white;
	text-decoration: none;
}

#modal_dialog
{
	display: none;
	z-index: 999;
	right: 0px;
	left: 0px;
	bottom: 0px;
	top: 0px;
	position: fixed;
	background-repeat: repeat;
	background-image: url(/gfx/dimmer.png);
}

#modal_dialog_area
{
	z-index: 0;
	box-shadow: 0px 2px 10px #222222;
	-webkit-box-shadow: 0px 2px 10px #222222;
	-moz-box-shadow: 0px 2px 10px #222222;
	margin-top: 15%;
	padding: 20px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	max-width: 600px;
	min-width: 600px;
	width: 600px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.webdex
{
}

div.webdex div.nav
{
	float: left;
	width: 175px;
}

div.webdex div.area
{
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
	overflow: hidden;
	width: 446px;
}

div.webdex p
{
	margin: 0px;
}

div.webdex div.nav ul
{
	padding: 0px;
	margin: 0px;
}

div.webdex div.nav li
{
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
}

div.webdex div.nav li.title
{
	color: #7f7f7f;
	font-weight: bold;
}

div.webdex div.nav li.selected
{
	background-color: #e4e4e4;
	border-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-radius: 8px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

div.webdex div.nav li a.black
{
	text-decoration: underline;
	color: black;
}

a.button
{
    display: inline-block;
    padding-left: 20px;
    padding-bottom: 4px;
    padding-right: 20px;
    padding-top: 4px;
    background: transparent url('/gfx/button_normal_stretch.png') repeat-x top right;
    background-color: #DDDDDD;
    border: 1px solid #AAAAAA;
    color: #444444;
    font: normal 12px arial, sans-serif;
    text-decoration: none;
    border-radius: 1.0em;
	-webkit-border-radius: 1.0em;
	-moz-border-radius: 1.0em;
}

a.button:hover
{
	text-decoration: none;
	color: #3274d7;
}

a.button:active
{
    background: transparent url('/gfx/button_pressed_stretch.png') repeat-x top right;
    background-color: #ECECEC;
    color: #000;
    outline: none;
}

.sublinks
{
	color: #b2b2b2;
	font-size: smaller;
}

.sublinks a
{
	text-decoration: underline;
	color: #3274d7;
}

.sublinks a:hover
{
	color: #3274d7;
	text-decoration: none;
}

.bluelinks a
{
	text-decoration: underline;
	color: #3274d7;
}

.bluelinks a:hover
{
	color: #3274d7;
	text-decoration: none;
}

#store_sidebar
{
	float: left;
	max-width: 200px;
	min-width: 200px;
	width: 200px;
	border-color: #e4e4e4;
	border-style: solid;
	border-width: 1px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 8px;
}

#store_sidebar .leader
{
}

#store_sidebar .leader p
{
	margin: 0px;
}

#store_sidebar .section
{
	border-top-color: #e4e4e4;
	border-top-style: solid;
	border-top-width: 1px;
	margin-top: 10px;
	padding-top: 10px;
}

#store_sidebar ul
{
	font-size: smaller;
	padding-left: 20px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	list-style-type: none;
	margin: 0px;
}

#store_sidebar ul li
{
	padding: 3px;
}

#store_sidebar p
{
	font-weight: bold;
	color: #727272;
	margin: 0px;
}

#store_sidebar li.highlighted
{
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(/gfx/small_white_arrow.gif);
	padding-right: 20px;
	padding-left: 3px;
	color: white;
	background-color: #3274d7;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#store_sidebar li.selected
{
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url(/gfx/blue_check);
}

#store_sidebar li a
{
	color: #3274d7;
	text-decoration: underline;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

#store_sidebar li.highlighted a
{
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

#store_sidebar li.drop
{
	color: #727272;
	font-weight: normal;
	margin-top: 5px;
}

#store_sidebar li.drop a
{
}

#store_sidebar li.menu
{
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-image: url(/gfx/small_white_arrow.gif);
	padding-right: 20px;
	padding-left: 3px;
	color: white;
	background-color: #000000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

#store_sidebar li.menu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#store_body
{
	max-width: 640px;
	min-width: 640px;
	width: 640px;
	float: right;
}

#store_body p.pagetitle
{
	margin-top: 0px;
	font-weight: bold;
	color: black;
	font-size: x-large;
}

#store_body div.navigator
{
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
	text-align: left;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	margin-top: 20px;
}

#store_body div.navigator p
{
	margin: 0px;
}

#store_sidebar #currencymenu
{
	padding-left: 3px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-top: 5px;
	margin-top: -1.9em;
	margin-left: 201px;
	z-index: 2;
	position: absolute;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #000000;
	font-size: 10pt;
	width: 50px;
	display: none;
	box-shadow: 0px 2px 10px #222222;
	-webkit-box-shadow: 0px 2px 10px #222222;
	-moz-box-shadow: 0px 2px 10px #222222;
}

#store_sidebar #currencymenu li
{
	text-align: center;
}

#store_sidebar #currencymenu a
{
	color: #FFFFFF;
	text-decoration: none;
}

#store_sidebar #currencymenu li:hover
{
	background-color: #FFFFFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
}

#store_sidebar #currencymenu li:hover a
{
	color: #000000;
}

#store_sidebar #currencymenu li.current
{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 3px;
	border: 1px solid #FFFFFF;
}

#store_search
{
	background-position: 3px 50%;
	background-repeat: no-repeat;
	background-image: url(/gfx/search_blurred.png);
	width: 100%;
	color: #999999;
	padding-left: 22px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

#store_search:focus
{
	background-image: url(/gfx/search_focused.png);
}



div.store_item div.store_icon_large
{
	border-style: solid;
	border-width: 1px;
	border-color: #E4E4E4;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}



div.ad
{
	width: 27%;
}

#header_login
{
	font-size: smaller;
	border: 1px solid #E4E4E4;
	padding: 5px;
	min-width: 300px;
}

#header_login p
{
	margin: 0px;
}

.autofield
{
	color: #999999;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 5px;
	margin-top: 0px;
}

#cartlink
{
	background-position: 5px center;
	background-repeat: no-repeat;
	padding-left: 23px;
	background-image: url(/gfx/cart_normal.png);
}

#cartlink:hover
{
	background-image: url(/gfx/cart_hover.png);
}

div.socialicon
{
	font-size: larger;
	display: inline-block;
	width: 0px;
	height: 18px;
	overflow: hidden;
	padding-left: 25px;
	padding-top: 4px;
	-webkit-transition-delay: 0.5s;
	-webkit-transition-duration: 0.25s;
	-webkit-transition-property: width, opacity;
	-webkit-transition-timing-function: ease-out;
	-o-transition-delay: 0.5s;
	-o-transition-duration: 0.25s;
	-o-transition-property: width, opacity;
	-o-transition-timing-function: ease-out;
	-moz-transition-delay: 0.5s;
	-moz-transition-duration: 0.25s;
	-moz-transition-property: width, opacity;
	-moz-transition-timing-function: ease-out;
	-ms-transition-delay: 0.5s;
	-ms-transition-duration: 0.25s;
	-ms-transition-property: width, opacity;
	-ms-transition-timing-function: ease-out;
	transition-delay: 0.5s;
	transition-duration: 0.25s;
	transition-property: width, opacity;
	transition-timing-function: ease-out;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}

#facebook_box
{
	background-position: 1px center;
	background-repeat: no-repeat;
	background-image: url(/gfx/facebook_normal.png);
}

#facebook_box:hover
{
	background-image: url(/gfx/facebook_hover.png);
	width: 100px;
}

#twitter_box
{
	background-position: 1px center;
	background-repeat: no-repeat;
	background-image: url(/gfx/twitter_normal.png);
}

#twitter_box:hover
{
	background-image: url(/gfx/twitter_hover.png);
	width: 100px;
}

#blog_box
{
	background-position: 1px center;
	background-repeat: no-repeat;
	background-image: url(/gfx/feed_normal.png);
}

#blog_box:hover
{
	background-image: url(/gfx/feed_hover.png);
	width: 100px;
}

#google_box
{
	background-position: 1px center;
	background-repeat: no-repeat;
	background-image: url(/gfx/googleplus_normal.png);
}

#google_box:hover
{
	background-image: url(/gfx/googleplus_hover.png);
	width: 100px;
}
