
* {
    margin: 0;
    padding: 0;
}
html {
    background-color: #F7F5F5;
    font-size: 11px;
    font-family: arial,sans-serif;
}
a {
    color: #221919;
    text-decoration: none;
}

img {
    border: 0 none;
}

/* header elements */
.header_panel {
	position: relative;
    background-color: #FAF7F7;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    height: 110px;
	top: 0;
    left: 0;
	right: 0;
	padding: 0 7px;
    z-index: 1;
}

.header_fixed {
/*	position: relative;
    min-width: 1030px;*/
}

.logo {
	position: absolute;
    background: url("../images/logo.png") repeat scroll 0 0 transparent;
    display: block;
	width: 358px;
    height: 68px;
	top: 10px;
    left: 50%;
    margin-left: -179px;
}

.logo_desc {
	position: absolute;
    display: block;
	font-size: 13px;
	text-transform:uppercase;
	top: 78px;
    left: 50%;
    margin-left: -179px;
}

/* search box */
.search {
    float: right;
    position: relative;
	margin: 40px 10px 0 0;
}
.search input[type=text] {
    background-color: #FAF7F7;
    border-color: #C2C0C0 #CCCACA #D1CFCF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
	border-right:none;
    box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    color: #8C7E7E;
    float: left;
    font-size: 13px;
    height: 16px;
    padding: 5px;
    width: 180px;
}

.search input[type=submit] {
    background: url("../images/search.gif") no-repeat scroll center center transparent;
    border-color: #C2C0C0 #CCCACA #D1CFCF;
    border-style: solid;
    border-width: 1px;
	border-left:none;
	box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    color: transparent;
    content: "";
    cursor: pointer;
    float: left;
    height: 28px;
    margin-left: -1px;
    min-height: 17px;
    padding: 7px 7px 1px;
    width: 30px;
}

.search input[type=submit]:hover {
	background: url("../images/search_over.gif") no-repeat scroll center center transparent;
}

/* upper menu */

.upperMenu {
    position: absolute;
	top: 2px;
	right: 10px;
	z-index: 10;
}
.upperMenu li {
    display: inline;
    font-size: 13px;
    position: relative;
}
.upperMenu > li > a {
    color: #524D4D;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 20px;
    padding: 5px 10px 2px 10px;
    position: relative;
    text-decoration: none;
}

.upperMenu > li:hover > a {
    background-color: #E1DFDF;
    color: #221919;
    text-decoration: none;
}

.upperMenu > li:active > a {
    background-color: #CB2027;
    color: #FFFFFF;
}

.upperMenu .active {
    background-color: #CB2027;
    color: #FFFFFF;
}

.upperMenu .noMessages {
    color: #CB2027;
}

/* login */
.login {
    /*float: right;
    position: relative;*/
	margin: 40px 10px 0 0;
	line-height: 1.5em;
	text-align: center;
}

.login form  label {
	font-size: 18px;
}

.login input[type=text], .login input[type=password], .login textarea  {
    background-color: #FAF7F7;
    border-color: #C2C0C0 #CCCACA #D1CFCF;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    color: #8C7E7E;
    /*float: left;*/
    font-size: 13px;
    height: 16px;
    padding: 5px;
    width: 200px;
}

.login input[type=submit] {
    border: 1px solid #B1B1B1;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #FFFFFF;
	font-size: 12px;
    cursor: pointer;
	width: 100px;
    font-weight: bold;
    line-height: 1.6em;
    margin: 0 0 30px 0;
	padding: 5px 9px;
    text-align: center;
    text-shadow: 0 -1px rgba(70, 70, 70, 0.3);
	
	background-color: #CA1932;
    background-image: -webkit-linear-gradient(center top, #E0252D, #AC171E);
	background-image: -o-linear-gradient(center top, #E0252D, #AC171E);
    background-image: -moz-linear-gradient(center top, #E0252D, #AC171E);
    background-image: linear-gradient(center top, #E0252D, #AC171E);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.login input[type=submit]:hover {
	box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);
}

#contact .login input[type=text] {
    width: 400px;
}

#contact .login textarea {
    width: 400px;
	height:150px
}

#errorMessage {
	color: #FFFFFF;
	background-color: #CA1932;
	width: 200px;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	margin: 0; 
	margin-left: auto;
	margin-right: auto;
}


/* left menu styles (sort by, favourites, shopping basket) */
.leftMenu {
    float: left;
    position: relative;
	margin: 40px 0 0 10px;
}

.leftMenu li {
    display: inline;
    font-size: 13px;
    position: relative;
	list-style-type: none;
	margin-right: 20px;
}

.leftMenu  li #sort_by_link {
	background: url("../images/sort_by.gif") no-repeat scroll 0 0;
	width: 186px;
    color: #8C7E7E;
	height: 40px;
	padding-top: 6px;
}

.leftMenu  li #favourite_link, .leftMenu  li #shop_link {
    color: #8C7E7E;
	height: 40px;
	padding-top: 6px;
}

.leftMenu > li > a {
	position: relative;
    color: #524D4D;
    cursor: pointer;
    display: inline-block;
	height: 40px;
    font-weight: bold;
    padding: 15px 10px 0 10px;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
}

.leftMenu > li:hover > a {
    color: #221919;
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

.leftMenu > li > #sort_by_link span {
    background: url("../images/down.png") no-repeat;
    height: 6px;
    position: absolute;
    right: 10px;
    top: 13px;
    width: 7px;
}

.leftMenu > li > #favourite_link span {
	position: absolute;
    background: url("../images/favourites.gif") no-repeat;
	width: 19px;
    height: 14px;
    right: -12px;
    top: 7px;
}

.leftMenu > li > #shop_link span {
	position: absolute;
    background: url("../images/shopping.gif") no-repeat scroll center top transparent;
	width: 17px;
    height: 15px;
    right: -10px;
    top: 6px;
}

.leftMenu li ul {
	position: absolute;
    background-color: #FFFFFF;
    border-top: 1px solid #CCCACA;
    box-shadow: 0 2px 4px rgba(34, 25, 25, 0.5);
    display: none;
    left: 0;
	top: 26px;
	padding: 6px 10px 6px 10px;
    z-index: 1;
}

.leftMenu li  #SortList {
	margin: 9px 0 0 53px;
	width: 131px;
}

.leftMenu li  #FavouriteList, .leftMenu li  #ShopList {
	margin: 9px 0 0 0 ;
	width: auto;
}

.leftMenu li:hover ul {
    display: block;
}

.leftMenu li #SortList a {
    color: #524D4D;
    display: block;
    font-weight: normal;
	padding: 7px 10px;
    text-align: left;
}

.leftMenu li #FavouriteList li div, .leftMenu li #ShopList li div {
	position: relative;
}

.leftMenu li #FavouriteList a, .leftMenu li #ShopList a {
    color: #524D4D;
    display: block;
    font-weight: normal;
	padding: 7px 30px 10px 10px;
    text-align: left;
}

.leftMenu li  #FavouriteList  .delete, .leftMenu li  #ShopList  .delete {
	position: absolute;
	right: 5px;
	top: 7px;
	color: #CA1932;
	font-weight: bold;
	padding: 0;
}

.leftMenu li ul a:hover, .leftMenu li ul div:hover{
    background-color: #E1DFDF;
    color: #221919;
    text-decoration: none;
}

.leftMenu li ul li {
    margin-right: 0;		/* because 'margin-right: 30px' in '.leftMenu li ' is causing problems here */
}

.leftMenu > li:last-child ul {
    left: 0;
    right: auto;
}


/* category styles */
.category {
    float: right;
    position: relative;
	background: url("../images/category.gif") no-repeat scroll 0 0;
	width: 36px;
	height: 29px;
	margin: 40px 10px 0 0;
}

.category:hover {
	background: url("../images/category_over.gif") no-repeat scroll 0 0;
}

.category li {
    display: inline;
    font-size: 13px;
    position: relative;
}
.category > li > a {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    height: 29px;
    padding: 15px 27px 0 14px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px #FFFFFF;
}

.category li .categoryMenu {
    background-color: #FFFFFF;
    border-top: 1px solid #CCCACA;
    box-shadow: 0 2px 4px rgba(34, 25, 25, 0.5);
    display: none;
    left: -200px;
    position: absolute;
    top: 10px;
    width: 430px;
    z-index: 9;
}
.category li:hover .categoryMenu {
    display: block;
}
.category .firstColumn ,.category .secondColumn ,.category .thirdColumn ,.category .fourthColumn {
	padding-bottom:6px;
	padding-top:6px;
}

.category .firstColumn {
	float:left;
	padding-left:10px;
}

.category .secondColumn {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.category .thirdColumn {
	float:left;
	padding-left:10px;
	padding-right:10px;
}

.category .fourthColumn {
	float:right;
	padding-right:10px;
}

.category li ul a {
    color: #524D4D;
    display: block;
    font-weight: normal;
    padding: 7px 10px;
    text-align: left;
}
.category li ul a:hover {
    background-color: #E1DFDF;
    color: #221919;
    text-decoration: none;
}



/* photo pins - general styles */
.main_container {
    margin: 0 auto;
    padding: 10px 10px 0;
    position: relative;
}

.button {
    background-color: #CA1932;
    background-image: -webkit-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
	background-image: -o-linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
    background-image: -moz-linear-gradient(center top , #E0252D, #AC171E);
    background-image: linear-gradient(center top , #FDFAFB, #F9F7F7 50%, #F6F3F4 50%, #F0EDED);
    border: 1px solid #B1B1B1;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #FFFFFF;
	font-size: 12px;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
    padding: 5px 9px;
    text-align: center;
    text-shadow: 0 -1px rgba(70, 70, 70, 0.3);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.button:hover {
    box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);
}
.button.disabled, .button[disabled] {
    background: none repeat scroll 0 0 #F2F0F0;
    border-color: #D1CDCD;
    color: #D1CDCD;
    cursor: default;
    text-shadow: 0 -1px rgba(34, 25, 25, 0.01);
}

/* single pin styles */
.pin {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    float: left;
    font-size: 11px;
    margin: 0 15px 15px 0;
    min-height: 190px;
    padding: 15px 15px 0;
    position: relative;
    width: 192px;
}
.pin .holder {
    position: relative;
}
.pin .actions {
    left: -8px;
    position: absolute;
    top: -8px;
	width: 208px;
    z-index: 3;
}
.pin .actions .favourite {
    clear: none;
    display: none;
    float: left;
    margin: 0;
}

.pin .actions .shop {
    clear: none;
    display: none;
	position: absolute;
    right: 0;
    margin: 0;
/*	top: 7px;
	padding: 0;*/
}

.pin:hover .actions a {
    display: block;
}

.pin .image {
    background-color: #F2F0F0;
    /*cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;*/
	cursor: pointer;
    text-decoration: none;
}
.pin .image img {
    max-width: 192px;
    min-height: 75px;
    opacity: 1;
	border: 0 none;
}
.pin .info {
    margin: 10px 0 5px;
	display: block;
    overflow: hidden;
    word-wrap: break-word;
}
.pin .info .price{
    float: right;
    margin-left: 5px;
	color: #CA1932;
	font-size: 13px;
	font-weight: bold;
	padding-top: 3px;
}
.pin h2 {
	border:0;
	margin:0;
}

.pin .desc {
    color: #8C7E7E;
	font-size: 13px;
    line-height: 1.35em;
    margin: 0 0 0.8em;
	display: block;
    overflow: hidden;
}


/* single domain styles */
.content { 
	position: relative; 
	width: 960px; 
	top: 0; 
	left: 0; 
	margin: 0; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0;
}

.content .domain_container {
	position: relative;
	display: block;
	background-color: #FFFFFF;
    box-shadow: 0 1px 3px rgba(34, 25, 25, 0.4);
    font-size: 11px;
    margin: 10px 0;
    min-height: 190px;
    /*padding: 15px 15px 15px 15px;*/
    width: 960px;
	overflow: hidden;
}

.content .image {
    float: left;
	margin: 15px;
}

.content .image img {
    max-width: 192px;
    min-height: 75px;
	border: 0 none;
}

.content .description {
    float: left;
	display: block;
	width: 500px;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 15px 15px;
}

.content .description_cart {
    float: left;
	display: block;
	width: 200px;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 15px 15px;
}

.content .description .price, .content .description_cart .price{
    float: right;
    margin-left: 5px;
	color: #CA1932;
	font-size: 18px;
	font-weight: bold;
	padding-top: 3px;
}

.content .description h2, .content .description_cart h2 {
	border:0;
	margin:0;
}

.content .redLink  a {
	color: #ff0000;
	text-decoration: underline;
}

.content form {
	padding-left: 15px;
	font-size: 14px;
}
/*
.content form  label {
	font-size: 18px;
}
*/
.content form  span {
	color: #ff0000;
}

.content form a {
	color: #ff0000;
	text-decoration: none;
}

.content form a:hover {
	text-decoration: underline;
}

.content .button_container {
    float: right;
	display: block;
	width: 190px;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 15px 0;
}

.content .button_container .button {
    border: 1px solid #B1B1B1;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #FFFFFF;
	font-size: 12px;
    cursor: pointer;
    display: inline-block;
    float: right;
	width: 100px;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 10px 0;
    padding: 5px 9px;
    text-align: center;
    text-shadow: 0 -1px rgba(70, 70, 70, 0.3);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.content .button_container .button:hover {
    box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);
}

.content .button_container .buy_now{
	background-color: #CA1932;
    background-image: -webkit-linear-gradient(center top, #E0252D, #AC171E);
	background-image: -o-linear-gradient(center top, #E0252D, #AC171E);
    background-image: -moz-linear-gradient(center top, #E0252D, #AC171E);
    background-image: linear-gradient(center top, #E0252D, #AC171E);
}

.content .button_container .favourite{
	background-color: #961325;
    background-image: -webkit-linear-gradient(center top, #961325, #540B15);
	background-image: -o-linear-gradient(center top, #961325, #540B15);
    background-image: -moz-linear-gradient(center top, #961325, #540B15);
    background-image: linear-gradient(center top, #961325, #540B15);
}

.content .button_container .inquire{
	background-color: #F36318;
    background-image: -webkit-linear-gradient(center top , #F7E09B, #F35C11);
	background-image: -o-linear-gradient(center top, #F7E09B, #F35C11);
    background-image: -moz-linear-gradient(center top, #F7E09B, #F35C11);
    background-image: linear-gradient(center top, #F7E09B, #F35C11);
}

.content .blog_archive {
    float: left;
	margin: 15px;
	width: 200px;
	height: 100%;
	line-height: 200%;
	padding-top:15px;
}

.content .blog_archive ul, .content .blog_archive ul ul {
    list-style-position:inside;
	padding-left: 15px;
}

.content .blog_archive li.year{
	padding-top: 15px;
}

.content .blog {
    float: left;
	display: block;
	width: 680px;
	height: 100%;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 15px 15px;
}

.content .blog  h2 {
	text-align: left;
	font-size: 28px;
	font-weight: bold;
	color: #C81431;
}

.content .blog  h2 a{
	text-align: left;
	font-size: 25px;
	font-weight: normal;
	color: #C81431;
	text-decoration: none;
}

.content .blog  h2 a:hover{
	text-decoration: underline;
}

.content .blog .description {
	display: block;
	width: 680px;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 15px 15px;
}

.content .blog .description_comment {
	display: block;
	width: 680px;
	text-align: left;
	font-size: 12px;
	margin: 15px 15px 0px 15px;
}

.content .blog .description .date, .content .blog .description_comment .date{
	margin-top: 20px;
}

.content .blog .description_comment .nickname{
	font-weight: bold;
	color: #C81431;
}

.content .blog .line {
	float: left;
	width: 680px;
	margin: 15px 15px 0 15px;
	background: url("../images/line.gif") repeat-x;
}

.content .blog .line_comment {
	float: left;
	width: 680px;
	margin: 0px 15px 0 15px;
	background: url("../images/line_comment.gif") repeat-x;
}

.content .blog .content a {
	color: #CA1932;
	text-decoration: underline;
}

.content .blog p {
	padding-bottom: 15px;
}

.content .blog .pagination {
	clear:both; 
	padding:20px 0 0 10px;
}

.content .blog .pagination  a{
	color: #CA1932;
	text-decoration: underline;
}

.blog_footer {
	position: relative;
    background-color: #FAF7F7;
    box-shadow: 0 1px #FFFFFF inset, 0 1px 3px rgba(34, 25, 25, 0.4);
    height: 60px;
	text-align:center;
}

.strong {
	font-weight: bold;
	margin:15px 0 5px 0;
}


/* shopping cart */

.ShoppingCart {
	margin: 0; 
	padding: 25px; 
}

.ShoppingCart table {
	width: 100%;
	border-collapse:collapse;
}

.ShoppingCart td, .ShoppingCart th {
	margin: 0; 
	padding: 5px 15px 5px 15px; 
	font-size: 16px;  
	text-align: right; 
	line-height:150%;
	border: #FFFFFF 1px solid;
}

.ShoppingCart th, .ShoppingCart .no-cont {
	font-weight: bold;
	background-color: #FFFFFF;
}

.ShoppingCart td {
	background-color: #E1DFDF;
}

.ShoppingCart .item {
	width: 60%;
}

.ShoppingCart .qty {
	width: 20%;
}

.ShoppingCart .price {
	width: 20%;
	color: #CA1932;
}

.ShoppingCart .total {
	font-weight: bold;
}

.ShoppingCart .left {
	text-align: left; 
}

.ShoppingCart h2 {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}

.ShoppingCart .deleteCart {
    position: absolute;
    top: 0px;
	right: 0px;
    width: 14px;
	height: 14px;
}


/* userProfile cart */

.userProfile  {
	position:relative;
	margin: 0; 
	padding: 25px; 
}

.userProfile table {
	width: 100%;
	border-collapse:collapse;
}

.userProfile td, .userProfile th {
	margin: 0; 
	padding: 5px 15px 5px 15px; 
	font-size: 14px;  
	text-align: left; 
	line-height:150%;
	border: #FFFFFF 1px solid;
}

.userProfile th {
	font-size: 13px;
	font-weight: bold;
	background-color: #FFFFFF;
}

.userProfile td {
	background-color: #E1DFDF;
}

.userProfile form  {
	margin: 0 none; 
	padding: 15px 0 0 0; 
}

.userProfile form table {
	width: auto;
}

.userProfile form td {
	margin: 0; 
	padding: 5px 15px 5px 0px; 
	font-size: 14px;  
	text-align: left; 
	line-height:150%;
	border: #FFFFFF 1px solid;
	background-color: #FFFFFF;
}

.userProfile h2 {
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
.userProfile h3 {
	color: #CA1932;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.userProfile a {
	position: absolute;
	top:40px;
	right: 30px;
	color: #FF0000;
	font-size: 14px;
/*	float: right;*/
	text-decoration: underline;
}

.userProfile .status {
	color: #FF0000;
	font-weight: bold;
}

/* messages */

.messages  {
	position:relative;
	margin: 0; 
	padding: 25px; 
}

.messages table {
	border-collapse:collapse;
	border: 0 none;
}

.messages td {
	margin: 0; 
	padding: 5px 0 5px 0; 
    font-family: arial,sans-serif;
	font-size: 13px;  
	text-align: left;
	vertical-align: top;
	line-height:150%;
}

.messages td.userName {
	text-align: right;
	color: #999999;
}

.messages td.adminName {
	text-align: right;
	color: #CA1932;
}

.messages td.date {
	font-size: 12px;
	color: #999999;
}

.messages form  {
	margin: 0 none;
	padding: 0 none;
}

.messages textarea  {
	margin: 0 none; 
	padding: 5px;
	font-size: 13px;
    font-family: arial,sans-serif;
}

.messages h3 {
	color: #CA1932;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}


/* checkout */
.checkout {
	/*margin: 40px 10px 0 0;
	line-height: 1.5em;*/
	margin: 0; 
	padding: 25px; 
}

.checkout table {
	width: 100%;
	border-collapse:collapse;
}

.checkout td {
	margin: 0; 
	padding: 5px 14px 5px 15px; 
	font-size: 14px;  
	text-align: left;
	vertical-align: top;
	line-height:150%;
}

.checkout h3 {
	color: #CA1932;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
}

.checkout form  label {
	font-size: 13px;
}

.checkout .subtotal {
	color: #FFFFFF;
	background-color: #CA1932;
	font-size: 16px;
	font-weight: bold;
	line-height: 2em;
	text-align: center;
	margin: 0; 
	padding: 4px 8px 4px 8px;
}

.checkout .total {
	float:right;
	width: 200px;
}

.checkout .total td {
	padding: 0;
	white-space:nowrap;
}

#GrandTotal, #discount {
	float: right;
}

.checkout .price {
	color: #CA1932;
	float:right; 
}

.checkout .price_strong {
	font-weight: bold;
}

.checkout .couponButton {
    border: 1px solid #B1B1B1;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #6F6464;
	font-size: 12px;
    cursor: pointer;
	width: 100px;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0 0 30px 0;
	padding: 5px 9px;
    text-align: center;
	margin: 0 30px 0 10px;
	background-color: #E1DFDF;
    background-image: -webkit-linear-gradient(center top, #DED9D9, #AFACAC);
	background-image: -o-linear-gradient(center top, #DED9D9, #AFACAC);
    background-image: -moz-linear-gradient(center top, #DED9D9, #AFACAC);
    background-image: linear-gradient(center top, #DED9D9, #AFACAC);

}

.checkout .couponButton:hover {
	color: #000000;
	text-decoration: none;
	box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);
}

.checkout .CouponMessage {
	color: #000000;
	background-color: #FAF102;
	font-size: 14px;
	font-weight: normal;
	line-height: 2em;
	text-align: center;
	margin: 0; 
	padding: 4px 15px 4px 15px;
}

.checkout input[type=text], .checkout textarea {
    background-color: #E1DFDF;
    border: #FFFFFF 1px solid;
    border-image: none;
    box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    color: #000000;
    font-size: 13px;
    height: 22px;
    padding: 5px;
	width: 400px;
}

.checkout  input[type=text].medium {
    width: 257px;
}

.checkout  input[type=text].short {
    width: 114px;
}

.checkout  input[type=text].veryShort {
    width: 70px;
}

.checkout  input[type=text].city {
    width: 192px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}

.checkout input[type=submit] {
    border: 1px solid #B1B1B1;
    border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px 4px 4px 4px;
    -webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
    color: #FFFFFF;
	font-size: 12px;
    cursor: pointer;
	width: 100px;
    font-weight: bold;
    line-height: 1.6em;
	float: right;
    margin: 5px 0;
	padding: 5px 9px;
    text-align: center;
    text-shadow: 0 -1px rgba(70, 70, 70, 0.3);
	
	background-color: #CA1932;
    background-image: -webkit-linear-gradient(center top, #E0252D, #AC171E);
	background-image: -o-linear-gradient(center top, #E0252D, #AC171E);
    background-image: -moz-linear-gradient(center top, #E0252D, #AC171E);
    background-image: linear-gradient(center top, #E0252D, #AC171E);

    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.checkout input[type=submit]:hover {
	box-shadow: 0 1px rgba(0, 0, 0, 0.3) inset, 0 0 0 1px rgba(140, 126, 126, 0.5), 0 1px 2px rgba(35, 24, 24, 0.75);
}

.checkout select {
    background-color: #E1DFDF;
    border: #FFFFFF 1px solid;
    border-image: none;
    box-shadow: 0 1px #FFFFFF, 0 1px rgba(34, 25, 25, 0.05) inset;
    color: #000000;
    font-size: 14px;
    height: 34px;
	padding: 6px 5px 6px 5px;
	width: 143px;
}

.checkout  select.long {
    width: 412px;
}

.checkout  select.medium {
    width: 267px;
}

.checkout option {
    padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}


.inquire {
	padding: 0;
	text-align: right;
}

.inquire h3 {
	text-align: right;
}

.inquire textarea  {
	height: 70px;
	font-family: arial,sans-serif;
	font-size: 14px;
}

.inquiry_line {
	width: 500px;
	margin: 25px 0 10px 0;
	padding: 0;
	background: url("../images/line.gif") repeat-x;
}

/* about, terms, contact */
.text_only {
	margin: 0; 
	padding: 25px;
	font-size: 14px;
	line-height: 130%;
}

.text_only h3 {
	color: #CA1932;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	padding: 30px 0 10px 0;
}

.text_only h4 {
	font-weight: bold;
	padding: 30px 0 10px 0;
}

.text_only  ol{
	list-style-position: inside;
}

/* other */
.clear{
	clear:both;
	height:0px;
}

.pname {
    font-size: 24px;
    margin-top: 20px;
	margin-bottom: 10px;
    text-align: center;
}

.dname {
    font-size: 18px;
    margin-top: 20px;
	margin-bottom: 10px;
    text-align: center;
	font-weight: normal;
}

#infscr-loading {
	background-color: #747D84;
    background: -webkit-linear-gradient(center top , #747D84 0%, #434F56 100%) no-repeat scroll center center transparent;
    background: -moz-linear-gradient(center top , #747D84 0%, #434F56 100%) no-repeat scroll center center transparent;
    background: linear-gradient(center top , #747D84 0%, #434F56 100%) no-repeat scroll center center transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom: 0;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 50px;
    left: 50%;
    margin-left: -100px;
    padding-top: 20px;
    position: fixed;
    text-align: center;
    width: 250px;
    z-index: 10;
}