/* ---------------------------------------------------------------------------------------------------
	RESET 
--------------------------------------------------------------------------------------------------- */
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,font,img,strong,ol,ul,li,fieldset,form,label,legend,table,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}body{line-height:1;color:black;background:#FFFFFF;font-size:62.5%;font-family:Helvetica,Arial,Geneva,sans-serif;}ol,ul{list-style:none;}button{cursor:pointer;}table{border-collapse:separate;border-spacing:0;}th,td{text-align:left;font-weight:normal;}a:link,a:visited,a:active{color:blue;text-decoration:none;}a:hover{color:gray;text-decoration:underline;}#submit{border:none;width:auto;padding:0px;}.clear{clear:both;}

/* ---------------------------------------------------------------------------------------------------
	GLOBALS | REUSABLES | LAYOUT
--------------------------------------------------------------------------------------------------- */
html { background: url(assets/main-bg.png) repeat-x #FFF; }
body { background: url(assets/main-bg-2.png) no-repeat left top; min-height: 503px }

h1   {
	font-size: 2em; 
	font-weight: bold;
	color: #4D7DBF;
	text-shadow: 0 1px 0 #F6F7FB;
	margin: 0 0 20px 0;
}
h2   { }
h3   { }
h4   { }
h5   { }
h6   { }

a, a:link    { color: #4D7DBF; }
a:hover   	 { color: #3964A0; text-decoration: none; } 
a:active  	 { color: #4D7DBF; }
a:visited 	 { color: #4D7DBF; }  

p {
	margin: 0 0 10px 0;
}

strong {
	font-weight: bold;
	color: #4D7DBF;
}
pre {
	font-size: 1em;
	font-style: italic;
	font-family: Georgia, Cambria, serif;
}

input 		{ }
input:hover { }
input:focus { }

button        { }
button:hover  { }
button:active { }

textarea       { }
textarea:hover { }
textarea:focus { }


.fl { float: left; }
.fr { float: right; }

.container {
	font-size: 1.2em;
	line-height: 20px;
	width: 945px;
	height: auto;
	margin: 0 auto;
	color: #999;
	position: relative;
	z-index: 1;
}

.home ul.products {
	height: 445px;
	margin: 0 0 30px 0;
	float: none;
}

ul.products {
	height: 445px;
	margin: 0;
	float: right;
}

.home ul.products li {
	width: 268px;
	height: 445px;
	background: url(assets/products.png) no-repeat;
	float: left;
	margin: 0 49px 0 0;
}

ul.products li {
	width: 268px;
	height: 445px;
	background: url(assets/products-b.png) no-repeat;
	float: left;
	margin: 0 0 0 20px;
}

.home ul.products .mugs {
	margin: 0;
}

ul.products .title {
	display: block;
	padding: 12px 0 30px 19px;
	color: #1955AD;
	font-size: 1.4em;
	font-weight: bold;
}

ul.products p {
	padding: 0 19px;
	min-height: 100px;
}

ul.products .price {
	color: #245EB0;
	font-weight: bold;
	font-size: 1.6em;
	padding: 0 19px;
}

.pagefold {
	width: 135px;
	height: 125px;
	background: url(assets/corner.png) no-repeat;
	position: fixed;
	z-index: 0;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
}

.pagefold:hover {
	background: url(assets/corner.png) 0 -125px no-repeat;
}

#continue {
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 0 20px;
	float: right;
	color: #437BC5;
	margin: 5px 0 10px 10px;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#continue::-moz-focus-inner {
	padding: 0;
	border: 0;
}

/* ---------------------------------------------------------------------------------------------------
	Header
--------------------------------------------------------------------------------------------------- */
#header {
	margin: 0 0 20px 0;
}

#mainmenu {
	width: 100%;
	height: 49px;
	border-bottom: 1px solid #D87D12;
	background: url(assets/nav-bg.png) repeat-x;
	
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

#mainmenu .mainmenu {
	float: left;
	margin: 17px 0 0 0;
}

#mainmenu .mainmenu li {
	display: inline;
}

#mainmenu .mainmenu li a {
	padding: 10px 30px;
	border-right: 1px solid #E4A019;
	color: #FFF;
	font-size: 1.2em;
	line-height: normal;
	text-shadow: 0 1px 0 #E4A019;
}

#mainmenu .mainmenu li a:hover {
	color: #D87D12;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}

#mainmenu .minicart {
	float: right;
	margin: 10px 10px 0 0;
	height: 16px;
	width: 229px;
	padding: 6px;
	line-height: normal;
	background: url(assets/nav-cart-bg.png) repeat-x;
	border: 1px solid #EBA825;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#mainmenu .minicart .sb {
	color: #FFF;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #E39F1A;
}

#mainmenu .minicart .amount {
	color: #D87D12;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #FFE1A5;
}

#mainmenu .minicart:hover, #mainmenu .minicart:hover .amount {
	color: #FFF;
	text-decoration: none;
	text-shadow: 0 1px 0 #E39F1A;
}

.members {
	width: 223px;
	height: 34px;
	float: right;
}

.members li {
	float: left;
}

.members li a {
	float: left;
	color: #FFF;
	line-height: normal;
	text-shadow: 0 1px 0 #074FB1;
}

.members #menu_item_19 a {
	padding: 8px 0 0 21px;
	text-align: center;
	color: #FFF;
	width: 60px;
	height: 26px;
	background: url(assets/member-area.png) no-repeat;
}

.members #menu_item_20 a {
	padding: 8px 0 0 17px;
	width: 125px;
	color: #FFF;
	height: 26px;
	background: url(assets/member-area.png) no-repeat -81px 0;
}

#header #minicart {
	float: right;
	margin: 37px 30px 0 0;
}

#header #minicart a {
	display: block;
	background: url(assets/product-view-bg.png) no-repeat;
	width: 350px;
	height: 28px;
	text-align: center;
	padding: 12px 0 0 0;
	color: #437BC5;
	line-height: normal;
	font-weight: bold;
	font-size: 1.2em;
	text-shadow: 0 1px 0 #FFF;
}
#header #minicart a:hover {
	text-decoration: none;
	color: #779FD5;
}

/* ---------------------------------------------------------------------------------------------------
	Main Content
--------------------------------------------------------------------------------------------------- */
#content {
	width: 903px;
	height: auto;
	padding: 20px;
	margin: 0 0 10px 0;
	background: url(assets/main-content-bg.png) repeat-x #FFF;
	border:1px solid;
	border-color: #D4D2DB #D4D2DB #AEADBD #D4D2DB;

	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

/* ---------------------------------------------------------------------------------------------------
	Footer
--------------------------------------------------------------------------------------------------- */
#footer .copyright {
	float: right;
	color: #95ADC5;
	text-shadow: 0 1px 0 #FFF;
}

#footer .footermenu li {
	display: inline;
	margin: 0 10px 0 0;
}

#footer .footermenu li a {
	color: #95ADC5;
	text-shadow: 0 1px 0 #FFF;
}

#footer #menu_item_23 {
	display: none;
}

/* ---------------------------------------------------------------------------------------------------
	News
--------------------------------------------------------------------------------------------------- */
.articles .articledate {
	font-size: 1em;
	margin: 0;
	font-style: italic;
	font-family: Georgia, Cambria, serif;
}

.articles > div {
	margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------------------------------------
	Contacts
--------------------------------------------------------------------------------------------------- */
.contacts {
	margin: 20px 0 0 0;
	text-align: center;
	padding: 0 0 20px 0;
}
.contacts .contacts_form {
	float: left;
	width: 516px;
	margin: 0 0 0 100px;
}

.contacts .contacts_info {
	float: right;
	text-align: left;
	margin: 0 100px 0 0;
}

.contacts legend {
	font-size: 2em; 
	font-weight: bold;
	color: #4D7DBF;
	text-shadow: 0 1px 0 #F6F7FB;
	padding: 0 0 20px 0;
}

.contacts label, .contacts_form label {
	float: left;
	padding: 5px 0 0 0;
	width: 100px;
	text-align: left;
	cursor: pointer;
}
	
.contacts input, .contacts #message, .contacts_form input {
	padding: 7px;
	width: 400px;
	background: #FFF;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.contacts input:hover, .contacts #message:hover, .contacts_form input:hover {
	border: 1px solid #34C8FF;
}

.contacts input:focus, .contacts #message:focus, .contacts_form input:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.contacts #message {
	resize: vertical;
	overflow: auto;
	height: 100px;
}

.error {
	display: block;
	text-align: right;
	color: red;
	margin: 0 0 5px 0;
	font-weight: bold;
}

.contacts .contacts_form br {
	display: none;
}

.contacts_form {
	width: auto;
	float: left;	
}

.contacts #submit, .contacts_form #send {
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 6px 20px;
	float: right;
	color: #437BC5;
	width: auto;
	margin: 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.contacts_form #send {
	margin: 0 3px 0 0;
}

.contacts #submit::-moz-focus-inner {
        padding: 0;
        border: 0;
}

/* ---------------------------------------------------------------------------------------------------
	Login, Create & Reset
--------------------------------------------------------------------------------------------------- */
.login {
	width: 501px;
	margin: 20px auto 20px auto;
	text-align: center;
}

.login div {
	display: block;
	padding: 3px;
}

.login legend {
	font-size: 2em; 
	font-weight: bold;
	color: #4D7DBF;
	text-shadow: 0 1px 0 #F6F7FB;
	padding: 0 0 20px 0;
}

.login br {
	display: none;
}

.login label {
	float: left;
	text-align: left;
	padding: 5px 0 0 0;
	width: 100px;
	cursor: pointer;
}

.login .loginlinks {
	text-align: right;
	display: block;
}

.login input {
	padding: 7px;
	width: 385px;
	background: #FFF;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.login input:hover {
	border: 1px solid #34C8FF;
}

.login input:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.login #login_country {
	width: 401px;
	margin: 4px 0 11px 0;
}

.login #submit {
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 6px 20px;
	float: right;
	color: #437BC5;
	margin: 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
}

.login #submit::-moz-focus-inner {
        padding: 0;
        border: 0;
}

.login .error {
	display: block;
	text-align: right;
	color: red;
	margin: 0 0 5px 0;
	font-weight: bold;
}

/* ---------------------------------------------------------------------------------------------------
	Home
--------------------------------------------------------------------------------------------------- */
.home #precontent {
	padding: 15px 0 0 0;
}

.home #precontent h1 {
	width: 300px;
	display: block;
	margin: 0 0 20px 45px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #CEE4FB;
}

.home #precontent span {
	display: block;
	color: #2F69BA;
	font-weight: bold;
	font-size: 1.4em;
	padding: 0 0 0 45px;
}

.home #precontent .getstarted {
	display: block;
	margin: 20px 0 0 45px;
	width: 251px;
	height: 86px;
	text-indent: -9999px;
	background: url(assets/get-started-button.png) no-repeat;
}

.home #precontent .getstarted:hover {
	display: block;
	width: 251px;
	height: 86px;
	background: url(assets/get-started-button.png) 0 -86px no-repeat;
}

.home #precontent .tagline {
	display: block;
	width: 943px;
	height: 41px;
	padding: 18px 0 0 0;
	border: 1px solid;
	border-color: #2C66B8 #2B65B7 #084EAE #2B65B7;
	color: #FFF;
	text-shadow: 0 1px 0 #0547A7;
	font-weight: normal;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 1.6em;
	text-align: center;
	background: url(assets/main-box-header-bg.png) repeat-x;
}

.home #content {
	border-top: none;
	
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius:    0 0 5px 5px;
	-ms-border-radius:     0 0 5px 5px;
	border-radius:         0 0 5px 5px;
}

.home #subscribeform {
	float: left;
	width: 180px;
	height: 181px;
	max-height: 201px;
	padding: 20px 20px 0 20px;
	color: #FFF;
	background: url(assets/sign-up-bg.png) repeat-x;
	border-bottom: 1px solid #084EB0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.home #subscribeform h3 {
	color: #205DAE;
	font-weight: bold;
	font-size: 1.4em;
	text-shadow: 0 1px 0 #86BCFC;
	padding: 0 0 9px 0;
	text-align: center;
}

.home #subscribeform p {
	line-height: 16px;
	text-align: left;
	margin: 0 0 0 6px;
}

.home #subscribeform .textfields {
	padding: 5px;
	border: 1px solid #0673F5;
	width: 156px;
	color: #555;
	display: block;
	margin: 0 auto 5px auto;
	
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	-ms-background-clip: padding-box;
	background-clip: padding-box;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.home #subscribeform .textfields:hover {
	border: 1px solid #055CC3;
}

.home #subscribeform .textfields:focus {
	border: 1px solid #055CC3;
	
	-webkit-box-shadow: inset 0 0 3px rgba(000,000,000,0.4);
	-moz-box-shadow: inset 0 0 3px rgba(000,000,000,0.4);
	-ms-box-shadow: inset 0 0 3px rgba(000,000,000,0.4);
	box-shadow: inset 0 0 3px rgba(000,000,000,0.4);
}

.home #subscribeform #mailingListButton {
	color: #87BDFB;
	margin: 5px 0 0 6px;
	padding: 0;
	border: none;
	background: none;
	font-weight: bold;
	font-size: 1em;
	text-shadow: 0 1px 0 rgba(000,000,000,0.2);
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
}

.home #subscribeform #mailingListButton::-moz-focus-inner {
        padding: 0;
        border: 0;
}

.home .bottombanner {
	float: right;
	width: 631px;
	height:181px;
	max-height: 201px;
	padding: 20px 20px 0 20px;
	background: url(assets/bottom-banner-bg.png) repeat-x;
	border-bottom: 1px solid #D57D11;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.home .bottombanner .toptext {
	color: #FFF;
	font-weight: bold;
	text-shadow: 0 1px 0 #D47C10;
	font-size: 1.3em;
	line-height: 20px;
	display: block;
	padding: 0 0 10px 0;
}

.home .bottombanner .midtext {
	color: #D97D10;
	font-weight: bold;
	text-shadow: 0 1px 0 #FEE1A7;
	font-size: 2.4em;
	display: block;
	margin: 0 0 15px 0;
}

.home .bottombanner .hr {
	display: block;
	margin: 0 0 10px 0;
}

.home .bottombanner .bottomtext {
	color: #FFF;
}

/* ---------------------------------------------------------------------------------------------------
	Cart
--------------------------------------------------------------------------------------------------- */
#items_table .iteminfo {
	padding: 10px;
	vertical-align: top;
}

.itemstable {
	width: 650px;
}

#items_table  {
	float: left;
}

#items_table .iteminfo .itemtitle {
	border-bottom: 1px solid #CCC;
	font-size: 1.2em;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	color: #555;
	*height:20px;
}

#items_table tr {
	height: 180px;
}

#items_table .itemimg {
	text-align: center;
}

#items_table .itemimg img {
	height: 150px;
}

#items_table .itemcell {
	width: 303px;
}

#items_table .smallcell {
	text-align: center;
	width: auto;
}

#items_table .itemprice {
	float: left;
	font-family: Georgia, Cambria, serif;
	font-style: italic;
}

#items_table .itemid {
	float: right;
	font-family: Georgia, Cambria, serif;
	font-style: italic;
}

#items_table .smallcell input {
	padding: 7px;
	background: #FFF;
	margin: 5px 0 0 0;
	border: 1px solid #CCC;
	color: #555;
	text-align: center;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#items_table .itemname {
	*float: left;
}

#items_table .removelink {
	float: right;
	background: #F33;
	color: #FFF;
	font-size: 0.6em;
	padding: 0 5px;
	opacity: 0.3;	
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#items_table .removelink:hover {
	float: right;
	background: #F33;
	color: #FFF;
	font-size: 0.6em;
	padding: 0 5px;
	opacity: 1;	
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#items_table .smallcell .subtotal {
	padding: 11px 0 0 0;
}

#cart_links {
	float: right;
}

#cart_links a, #cartvoucher .removelink {
	display: block;
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 0 20px;
	float: right;
	color: #437BC5;
	margin: 5px 0 10px 10px;
	line-height: 29px;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}
}

#cartvoucher {
	float: right;
	margin: 0 0 20px 0;
}

#cartvoucher input {
	padding: 7px;
	width: 144px;
	background: #FFF;
	margin: 20px 0 5px 15px;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#cartvoucher input:hover {
	border: 1px solid #34C8FF;
}

#cartvoucher input:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

#totals_table {
	float: right;
}

#totals_table .totalscell {
	text-align: right;
	width: 164px;
	padding: 0 0 0 5px;
}

/* ---------------------------------------------------------------------------------------------------
	Cart/Customer
--------------------------------------------------------------------------------------------------- */
.cartexisting {
	border: 1px solid #CCC;
	padding: 10px;
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

.cartexisting p {
	margin: 0;
}

.cartbilling, .cartinfo, .cartexistinglogin {
	border: 1px solid #CCC;
	padding: 10px;
	width: 45%;
	float: left;
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

.cartbilling br, .cartdelivery br {
	display: none;
}

.cartdelivery, .cartaccount {
	border: 1px solid #CCC;
	padding: 10px;
	width: 45%;
	float: right;
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

.cartexisting legend, .cartbilling legend, .cartdelivery legend, .cartinfo legend, .cartaccount legend, .cartexistinglogin legend {
	padding: 0 5px;
	font-family: Georgia, Cambria, serif;
	font-style: italic;
	color: #555;
}

.cartbilling label, .cartdelivery label, .cartaccount label, .cartexistinglogin label {
	float: left;
	padding: 5px 0 0 0;
	width: 125px;
	cursor: text;
}

.cartaccount #saveaccount {
	margin: 8px 0 10px 0;
	border: none;
	width: auto;
	padding: 0;
	
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
}

.cartbilling input, .cartdelivery input, .cartaccount input, .cartexistinglogin .customer {
	padding: 7px;
	width: 265px;
	background: #FFF;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.cartbilling input:hover, .cartdelivery input:hover, .cartaccount input:hover, .cartexistinglogin .customer:hover {
	border: 1px solid #34C8FF;
}

.cartbilling input:focus, .cartdelivery input:focus, .cartaccount input:focus, .cartexistinglogin .customer:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.cartinfo {
	min-height: 159px;
	margin: 0;
}

.cartaccount {
	margin: 0 0 0 46px;
}

.cartinfo #customernotes {
	padding: 7px;
	width: 390px;
	height: 94px;
	background: #FFF;
	margin: 0;
	overflow: auto;
	border: 1px solid #CCC;
	color: #555;
	resize: vertical;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.cartinfo #customernotes:hover {
	border: 1px solid #34C8FF;
}

.cartinfo #customernotes:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.cartbilling #country, .cartdelivery #deliverycountry {
	width: 281px;
	margin: 3px 0 9px 0;
}

.cartexistinglogin #hideform {
	display: block;
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 0 20px;
	float: right;
	color: #437BC5;
	margin: 5px 0 10px 10px;
	line-height: 27px;
	height: 27px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.cartbilling div, .cartdelivery div {
	float: right;
	width: 280px;
	height: 20px;
	padding: 5px 0 0 0;
	font-weight: bold;
}

.customer_infolong .cartinfo {
	min-height: 0;
	width: 881px;
	margin: 0 0 20px 0;
}

#data_list {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 0 20px 0;
}

#data_list th {
	font-family: Georgia, Cambria, serif;
	font-style: italic;
	color: #555;
}

#data_list td, #data_list th {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: center;
	padding: 5px;
}

#totals_table {
	float: right;
}

#totals_table td {
	text-align: right;
	width: 150px;
	padding: 0 0 0 5px;
}

/* ---------------------------------------------------------------------------------------------------
	Product Category Page
--------------------------------------------------------------------------------------------------- */
.products_container {
	width: 400px;
	height: 286px;
	float: left;
	margin: 0 0 40px 20px;
	padding: 0 0 30px 0;
	border-bottom: 1px solid #E3E2E8;
}
.right {
	float: right;
	margin: 0 20px 40px 0;
}

.products_container .product_desc {
	float: left;
	width: 260px;
}

.products_container .product_image {
	float: right;
}

.products_container .product_desc .title {
	font-weight: bold;
	font-size: 1.2em;
	display: block;
	padding: 0 0 10px 0;
}

.products_container .product_desc p {
	margin: 0;
	min-height: 100px;
	line-height: 16px;
}

.products_container .product_desc .readmore {
	color: #333;
	display: block;
	padding: 0 0 10px 0;
}

.products_container .product_desc .price {
	color: #FE9900;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

.products_container .product_desc label {
	color: #427CC5;
}

.products_container .product_desc .selectqty {
	float: left;
}

.products_container .product_desc .textinput {
	padding: 7px;
	width: 41px;
	background: #FFF;
	margin: 0 7px 5px 10px;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.products_container .product_desc .textinput:hover {
	border: 1px solid #34C8FF;
}

.products_container .product_desc .textinput:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.products_container .submit {
	overflow: visible;
	background: url(assets/category_button.png) repeat-x;
	padding: 6px 20px;
	float: right;
	color: #437BC5;
	margin: 0 50px 0 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.products_container .submit:hover {
	background: url(assets/category_button-hover.png) repeat-x;
	padding: 6px 20px;
	*padding: 6px 10px;
	color: #437BC5;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.products_container #qtyselect {
	margin: 5px 0 0 0;
	width: 94px;
}

/* ---------------------------------------------------------------------------------------------------
	Product Page
--------------------------------------------------------------------------------------------------- */
.product_container .product_desc {
	width: 700px;
	float: right;
}

.product_container .product_desc .price {
	color: #FE9900;
	font-weight: bold;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

.product_container .product_desc label {
	color: #427CC5;
}

.product_container .product_desc .textinput {
	padding: 7px;
	width: 41px;
	background: #FFF;
	margin: 0 7px 5px 10px;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.product_container .product_desc .textinput:hover {
	border: 1px solid #34C8FF;
}

.product_container .product_desc .textinput:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

.product_container .product_desc .submit {
	background: url(assets/category_button.png) repeat-x;
	padding: 6px 20px;
	color: #437BC5;
	margin: 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.product_container .product_desc .submit:hover {
	background: url(assets/category_button-hover.png) repeat-x;
	padding: 6px 20px;
	color: #437BC5;
	margin: 0;
	height: 29px;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #8FACCC; 
	text-shadow: white 0px 1px 0px;
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

.product_container .product_desc form {
	margin: 0 0 40px 0;
}


.product_container .product_desc h2 {
	color: #437BC5;
	font-weight: bold;
	margin: 10px 0 20px 0;
}

.product_container .product_image {
	float: left;
}

.product #prodtitle {
	padding: 0 0 30px 0;
}

.product .product_container {
	border-bottom: 1px solid #E6E5EA;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
}

/* ---------------------------------------------------------------------------------------------------
	Users Module
--------------------------------------------------------------------------------------------------- */

#MN_pops {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:10px;
	z-index: 1000;
	height:380px; 
	width:460px;
}

#MN_mug {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:393px; 
	width:663px;
}

#MN_coaster {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:423px; 
	width:345px;
}

#MN_thankyoucard {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:405px; 
	width:465px;
}

#MN_businesscardsingle {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:380px; 
	width:440px;
}

#MN_businesscard {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:390px; 
	width:590px;
}

#MN_card {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:550px; 
	width:830px;
}

#MN_imagelibrary {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:455px; 
	width:460px;
	font-size: 1.2em;
}

#MN_writingpaper {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:740px; 
	width:490px;
}

#MN_calendar {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:800px; 
	width:635px;
}

#MN_calendarslim {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:900px; 
	width:535px;
}

#MN_tshirt {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0px;
	z-index: 1000;
	height:740px; 
	width:600px;
}

#MN_editing {
	background-color:#fff; 
	border:1px solid black; 
	position:absolute; 
	top:50%; 
	left:50%;
	padding:0;
	z-index: 1000;
	height:505px; 
	width:670px;
}

.graydiv {
	margin: 20px;
	padding: 20px;
	background: #FFF;
	border: 1px solid #CCC;
	font-size: 1.2em;
	color: #555;

	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	-ms-border-radius:     5px;
	border-radius:         5px;
}

.graydiv table {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.graydiv th, .graydiv td {
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	text-align: center;
}

/* ---------------------------------------------------------------------------------------------------
	Users Nav
--------------------------------------------------------------------------------------------------- */
#tabs #tab_nav {
	width: 900px;
	height: 28px;
	margin: 0 0 20px 0;
}

#tabs #tab_nav a {
	display: block;
	background: #ECA725;
	padding: 3px 20px;
	color: #FFF;
	margin: 0 5px 0 0;
	float: left;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #CC8C12;
	text-shadow: 0 1px 0 rgba(000,000,000,0.2);
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#tabs .userdetails {
	border: 1px solid #CCC;
	padding: 10px;
	width: 310px;
	margin: 0 0 20px 0;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#tabs .userdetails label, #tabs .useraccount  label {
	float: left;
	width: 150px;
	cursor: text;
	padding: 5px 0 0 0;
}

#tabs .userdetails input, #tabs .useraccount input, #data_list input {
	padding: 7px;
	width: 144px;
	background: #FFF;
	margin: 0 0 5px 0;
	border: 1px solid #CCC;
	color: #555;
	font-family: Lucida Grande,Helvetica,Arial,Geneva,sans-serif;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#data_list input {
	margin: 0;
}

#tabs .userdetails input:hover, #tabs .useraccount input:hover, #data_list input:hover {
	border: 1px solid #34C8FF;
}

#tabs .userdetails input:focus, #tabs .useraccount input:focus, #data_list input:focus {
	border: 1px solid #34C8FF;
	
	-webkit-box-shadow: inset 0 0 3px #67D6FF;
	-moz-box-shadow: inset 0 0 3px #67D6FF;
	-ms-box-shadow: inset 0 0 3px #67D6FF;
	box-shadow: inset 0 0 3px #67D6FF;
}

#tabs .userdetails #country {
	width: 160px;
	margin: 7px 0 13px 0;
}

#tabs .useraccount {
	border: 1px solid #CCC;
	padding: 10px;
	width: 310px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#tabs #userssubmit {
	background: #ECA725;
	padding: 3px 20px;
	color: #FFF;
	margin: 10px 5px 0 250px;
	float: left;
	font-weight: bold;
	font-size: 1em;
	border: 1px solid #CC8C12;
	text-shadow: 0 1px 0 rgba(000,000,000,0.2);
	font-family: Helvetica Neue,Arial,Geneva,sans-serif;
	cursor: pointer;
	
	-webkit-border-radius: 3px;
	-moz-border-radius:    3px;
	-ms-border-radius:     3px;
	border-radius:         3px;
}

#tabs .tabContent .cartbilling {
	float: right;
}

#tabs .tabContent > .clear {
	display: none;
}

#tabs .customer_info .customer_legend {
	float: left;
	width: 125px;
	padding: 5px 0 0 0;
}

#tabs .customer_info .customer_data {
	float: right;
	font-weight: bold;
	height: 20px;
	padding: 5px 0 0 0;
	width: 280px;
}

