/* ############################################################################
   ##
   ##  Shop Styles
   ##
   ######################################################################### */

/* ####################################
   Shopping Cart Progress Bar
   ################################## */

.progressMeter {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 1em;
	color: #909090;
	font-weight: bold;
	font-size: 91.7%;
	background: #f0f0f0;
}

    .progressMeter ol {
        padding: 0;
        margin: 0;
    }

        .progressMeter ol li {
            position: relative;
            float: left;
            width: 23%;
            padding: 5px;
            list-style-position: inside;
	        background: #F0F0F0;
	        border-left: #ffffff 1px solid;
        }

    .progressMeter .currentStep {
	    background-color: #CBE142;
	    color: #000000;
	    width: 24%;
    }
    
/* ####################################
   Shopping Cart Manage View & Checkout Confirm View
   ################################## */

#cart_view, #checkout_cart_view {
	border: #e0e0e0 1px solid;
	margin-bottom: 1em;
}

#cart_view tr.table-bgdark {
	background-color: #f4f4f4;
}

#checkout_cart_view tr.table-bgdark {
	background-color: #ffffff;
}

#cart_view tr.table-bglight, #checkout_cart_view tr.table-bglight {
	background-color: #ffffff;
}

#cart_view tr.table-header, #checkout_cart_view tr.table-header {
	background-color: #f4f4f4;
	font-size: 91.7%;
}

#checkout-paymentinfo {
	border: #e0e0e0 1px solid;
}

#checkout_form {
    margin: 1em 0;
}

#ConfirmOrder_CartSummary {
}

    #ConfirmOrder_CartSummary .productDetails {
    }

        #ConfirmOrder_CartSummary .productDetails .productName {
            font-weight: bold;
        }

        #ConfirmOrder_CartSummary .productDetails .productNote {
        }

        #ConfirmOrder_CartSummary .productDetails .deliveryType {
        }

/* ####################################
   Menu Styles
   ################################## */

.menu-shop {
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
}
.menu-shop p {
	margin-top: 0;
	margin-bottom: 0.75em;
}
.menu-shop-bglight {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background: #ffffff;
}
.menu-shop-bgdark {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	background: #f0f0f0;
}

/* ####################################
   Custom Element Styles
   ################################## */

h1.cart {
	padding: 0px;
	background-image: none;
}

.feature-home {
	font-family: verdana, arial, sans-serif;
}
.feature-home h4 {
	font-size: 110%;
}
.feature-home p {
	margin-top: 0;
	margin-bottom: 0.25em;
}

.trailnav-shop {
	position: relative;
	top: -15px;
	font-family: verdana, arial, sans-serif;
	color: #A5A6A5;
	font-size: 83.5%;
	margin: 0.5em 0em 0em 0em;
	padding: 0.5em 0em 0.75em 0em;
	background-image: url('/images/templates/dots_horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #f0f0f0;
}

.trailnav-shop form {
	display: inline;
}
/*
.trailnav-shop form input {
	font-size: 100%;
	color: #909090;
}
*/
.trailnav-shop form select {
	font-size: 100%;
	color: #909090;
	border: #909090 1px solid;
}

.trailnav-shop .submit-small {
	height: 17px;
	padding-top: 0px;
	font-weight: bold;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #909090;
	border: #f8f8f8 1px outset;
}

.trailnav-shop a {
	margin: 0px 5px;

}

.action-message {
	margin: 20px 0px;
	
	color: #FF6633;
}

.sortable {
	font-size: 91.7%;
}

.shop-button {
	float: left;
	margin: 0px 5px;
	padding: 8px 0px;
	
	width: 151px;
	height: 31px;
	background: url(/store/images/bg-button.gif) no-repeat;
	
	text-align: center;
	vertical-align: middle;
}

.shop-button a {
	font-weight: bold;
}

.shop-button a img {
	margin: 2px 0px 0px 0px;
	border: none;
}

.shop-button-small {
	margin: 0px;
	padding: 0px;
	
	width: 100px;
	height: 21px;
	background: url(/store/images/bg-button-small.gif) no-repeat;
	border: none;
	
	text-align: center;
	vertical-align: middle;
	
	font-size: 91.7%;
	font-weight: bold;
	color: #0573A9;
}

.checkout {
	font-size: 100%;
	width: 100%;

}

table.checkout tr.table-header {
	font-weight: bold;
}

table.checkout tr.table-bglight {
	background-color: none;
	border-bottom: 1px dashed #cccccc;

}

.font-fieldtitle {
	font-weight: normal;
}
/*
.submit-button {
	width: 151px;
	height: 31px;
	border: none;
	background: url(/store/images/bg-button.gif) no-repeat;

	font-weight: bold;
	color: #0573A9;

}

input.radio {
	border: none;
}
*/

/* ####################################
   Product Summary
   ################################## */

.product {
	clear: both;
	margin: 0em 0em 2em 0em;
	padding: 10px;
	
	border: #e0e0e0 1px solid;
}

.product h3, .product h4 {
	margin-top: 0px;
}

.product .thumbnail {
	float: right;
	width: 130px;
	overflow: hidden;
	text-align: center;
	margin: 0em 0em 1em 0em;
}

.product .summary {
}

.product .summary p {
	margin: 0em 0em 0.5em 0em;
}


.product .moreinfo {
	display: inline;
	margin-right: 2em;
}

.product .moreinfo a {
	font-size: 91.7%;
	color: #cc0000;
}

.addtocart a {
	color: #cc0000;
	font-weight: bold;
}

.addtocart a:visited {
	color: #cc0000;
}

.product .addtocart,  {
	display: inline;
}

.product .addtocart a {
	font-size: 91.7%;
}

.product .price-public-label {
	padding: 0.25em 1em 0em 0em;
	
	color: #3b96c3;
	
	font-weight: bold;
	font-size: 91.7%;
}

.product .price-public-value {
	padding: 0.25em 0em 0em 0em;

	color: #3b96c3;
	font-size: 91.7%;
}

.product .price-members-label {
	padding: 0.25em 1em 0em 0em;
	
	color: #3b96c3;
	
	font-weight: bold;
	font-size: 91.7%;
}

.product .price-members-value {
	padding: 0.25em 0em 0em 0em;

	color: #3b96c3;
	font-size: 91.7%;
}


.product ul.shop-list-options {
	margin: 0.75em 0em 5px 0em;
	padding: 0px 0px 0px 0px;
	
	list-style: none;
	
	font-size: 85.5%;
}

.product ul.shop-list-options li {
	display: inline;

	margin: 0px 20px 0px 0px;
}

.product ul.shop-list-options li a:link, .product .article-attachment a:link {
	display: inline-block;
	height: 20px;
	color: #CE5740;
	font-weight: bold;
	padding: 4px;	
	border: #e0e0e0 1px solid;
}

.product ul.shop-list-options li a:hover, .product .article-attachment a:hover {
	display: inline-block;
	height: 20px;
	color: #EC5F35;
	font-weight: bold;
	padding: 4px;	
	background: #f8f8f8;
	border: #e0e0e0 1px solid;
}

.product ul.shop-list-options li a:visited, .product .article-attachment a:visited {
	display: inline-block;
	height: 20px;
	color: #CE5740;
	font-weight: bold;
	padding: 4px;	
	border: #e0e0e0 1px solid;
}

.product ul.shop-list-options li a img {
	border: none;
}

#products {
	position: relative;
	background-image: url('/images/templates/dots_vertical_100.gif');
	background-repeat: repeat-y;
	background-position: 50% 0px;
}
#products .row {
	/* Hack to fix IE clear bug */
	width: 99%;
}
#products .col1 {
	width: 47%;
	float: left;
}
#products .col2 {
	width: 47%;
	float: right;
}

.product .article-attachment {
	position: relative;
}

.product .article-attachment img {
	margin: 0px 3px 0px 0px;
	float: left;
}

.product .article-attachment p {
	font-size: 85.5%;
}

.membersonly {
	background-image: url('/App_Themes/Default/images/icons/16x16_lock.gif');
	background-repeat: no-repeat;
	color: #3b96c3;
	padding: 2px 0px 0px 18px;
	min-height: 16px;
	_height: 16px;
}

.product .membersonly {
	font-size: 91.7%;
}

/* ####################################
   Page Objects
   ################################## */

#shop-content {
}

#shop-home-menu {
	display: none;
	position: absolute;
	right: 0px;
	top: 155px;
	width: 170px;
	float: right;
	margin-top: 0px;
	margin-left: 0px;
}

#shop-home {
}

#shop-home #intro {
}

#shop-home #productcategories {
	float: left;
}

#shop-home #topsellers {
	width: 240px;
	float: right;
	margin: 8px 10px 18px 18px;
}

#shop-home #features {
	clear: right;
	width: 240px;
	float: right;
	margin: 8px 10px 18px 18px;
}

#cartoverview {
	width: 240px;
	float: right;
	margin: 8px 10px 18px 18px;
	padding: 0px;
	border: none;	
}

.cartbutton {
	display: inline;
	margin: 0em 1em 0em 0em;
}

.cartbutton a:link {
	font-weight: bold;
	color: #CE5740;
}

.cartbutton a:visited {
	font-weight: bold;
	color: #CE5740;
}

.cartbutton a:hover {
	color: #EC5F35;
}

#cartfunctions {
	width: 240px;
	float: right;
	margin: 0px 0px 18px 18px;
	padding: 0px;
	border: none;	
}

#cartfunctions .columnlabel, .featurebox .columnlabel {
	border-bottom: 1px dashed #cccccc;
	font-weight: bold;
	font-size: 83.5%;
}

#cartfunctions .title, .featurebox .title {
	width: 240px;
	padding: 3px 0px 3px 10px;

	font-size: 91.7%;
	font-weight: bold;
	color: #ffffff;

	background-color: #43ADEA;
	border-bottom: 2px solid #ffffff;
}

#cartfunctions .details, .featurebox .details {
	width: 240px;
	margin: 0px;
	padding: 5px 5px;
	background-color: #F0F0F0;
	
	font-size: 91.7%;
}

#cartfunctions .message, .featurebox .message {
	padding: 4px;
	font-size: 91.7%;
}

#cartfunctions .productname, .featurebox .productname {
	font-size: 100%;
}

#cartfunctions .price, .featurebox .price {
	font-size: 100%;
}

#cartfunctions .memberprice, .featurebox .memberprice {
	font-size: 100%;
}

#cartfunctions .specialprice, .featurebox .specialprice {
	
}

#cartfunctions .gst, .featurebox .gst {
	font-size: 100%;
}
/*
#cartfunctions input, .featurebox input {
	font-size: 100%;
}
*/
#cartfunctions .add-button, .featurebox .add-button {
	margin: 5px 5px 0px 0px;
	padding: 10px 0px 5px 0px;
	
	text-align: right;
	font-size: 100%;
	color: #CC0000;
	
	border-top: 1px dashed #cccccc;
}

#cartfunctions .add-button a, .featurebox .add-button a {
	font-size: 91.7%;
	color: #CC0000;
}

#shop-loginmessage {
	padding: 6px 0px 6px 2px;
	margin-bottom: 0.5em;
	background-color: #f8f8f8;
	font-size: 91.7%;
	background-image: url('/images/templates/dots_horizontal.gif');
	background-repeat: repeat-x;
	background-position: bottom;
}

/* Renew Form */

#ctl00_cplPage_RenewForm label {
    width: 200px;
    background: #f0f0f0;
    padding: 4px;
}

#ctl00_cplPage_RenewForm .field {
    padding: 4px;
}

