/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

td {padding:5px;}

/* Global Styles
----------------------------------------------------------------------------------------------------*/
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background:#fff;
    margin: 0px;
    line-height:1.5;
}

a {
    font-size: 12px;
    color: #083a81;
    text-decoration: none;
}
a:hover { text-decoration: underline }
a:active { outline: none }
img {
    border: 0px;
    margin: 0px;
}
input,
form,
textarea {
    margin: 0;
    padding: 0;
}
form { display: inline }
select,
input { font-size: 12px }
/* Typography */
h1, h1 a {
    font-size: 24px;

    margin: 5px 0 5px 0;
    color: #000;
}
h2 {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #000;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
    color: #000;
}
h4 {
	font-weight:bold;
	font-size:14px;
}
h6 {
	font-size:18px;
	border-bottom:3px double #ccc;
	margin-bottom:10px;
}

em {
	font-weight:bold;
	color:#d23da5;
}

label {
	font-weight:bold;
}

.controls label {font-weight:normal}

.controls label input {
	margin-bottom:0;
}

.clear { clear: both }
.small,
.small a,
.small a:active,
.small a:visited { font-size: 11px }
.small a:hover { font-size: 11px }
.medium,
.medium a,
.medium a:active,
.medium a:visited { font-size: 14px }
.medium a:hover { font-size: 14px }
.large,
.large a,
.large a:active,
.large a:visited { font-size: 18px }

.solid_line {
    border-top: 1px solid #CCC;
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
    line-height: 1px;
}
.dotted_line {
    border-top: 1px dotted #CCC;
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
    line-height: 1px;
}
.blogs_line{
    border-top: 1px dotted #CCC;
    width: 100%;
    margin: 10px 0 10px 0;
    line-height: 1px;
}
.dashed_line {
    border-top: 1px dashed #CCC;
    width: 100%;
    clear: both;
    margin: 10px 0 10px 0;
    line-height: 1px;
}

.fancy-table {
	border:1px solid #B3D5DD;
	border-width:1px 0 1px 1px;
}

.fancy-table thead {
	border-bottom:2px solid #B3D5DD;
}

.fancy-table th {
	font-weight:bold;
	text-transform: uppercase;
	font-size:11px;
	background:#E9FBFF;
	border-right:1px solid #B3D5DD;
	padding:5px;
}

.fancy-table td {
	border-bottom:1px solid #eee;
	border-right:1px solid #ccc;
}

hr {
	margin: 10px 0;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid white;
}

/* Boxes
----------------------------------------------------------------------------------------------------*/
.box {
    margin-bottom: 10px;
}
.box .header {
    padding: 8px 10px 6px 10px;
    border:1px solid #ccc;
    border-width:1px 1px 0;
    font-weight: bold;
    color: #d23da5;
    font-size:14px;
}
.box .body {
    padding: 10px;
    margin-bottom: 0px;
    border-right: 1px solid #CCC;
    border-left: 1px solid #CCC;
    position:relative;
	white-space:normal;
}
.box .body .sub_header {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 6px 12px 0 0px;
}
.box .footer { border-bottom: 1px solid #CCC }
.box_default {
    border: 1px solid #CCC;
    margin-top: 5px;
    margin-bottom: 5px;
}
.box_default .header {
    padding: 6px;
    background: #F7F7F7;
    font-weight: bold;
    font-size: 14px;
}
.box_default .content {
    text-align: left;
    background: #FFF;
    padding: 8px;
}
.box_progress { margin-bottom: 5px }
.box_progress .header {
    border: 1px solid #CCCCCC;
    background: #F3F3F3;
    padding: 6px;
}
.box_progress .body { padding: 6px }
/*Box Lists*/
.box ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.box li {
    color: #999;
    font-size: 11px;
}
.box li img {
    float: left;
    margin-right: 3px;
}
.box .product li .title {
    float: left;
    width: 85px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 3px;
}
.box .product .content li {
    border-bottom: 1px dotted #ccc;
    height: 55px;
    margin-bottom: 5px;
}
.box .body .articles li {
    height: 50px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
}
.box .body .articles li img { margin-right: 5px }
.box .body .blog li .title {
    width: 100%;
    height: 45px;
}
.box .body .blog li {
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px #CCC dotted;
}
.box .body .payment ul { padding-left: 15px }
.box .body .payment li {
    padding: 0 0 5px 10px;
    float: left;
}
.box li.headertext {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 0 8px 0;
    text-shadow: 0 1px 0 #FFF;
}
.box ul li ul {
    margin-top: 5px;
    margin-left: -10px;
}
.box li.lv1 {
    padding: 4px 8px 4px 8px;
    background: url(/assets/template/images/arrow.gif) no-repeat;
    margin-left: 5px;
}
.box li.lv1 a,
.box li.lv1 a:active,
.box li.lv1 a:visited { font-size: 12px }
.box li.lv1_selected {
    padding: 4px 8px 4px 14px;
    font-weight: bold;
    background: url(/assets/template/images/arrow.gif) no-repeat;
    margin-left: 10px;
}
.box li.lv2 {
    padding: 4px 8px 4px 11px;
    background: url(/assets/template/images/arrow.gif) no-repeat;
    font-weight: normal;
    overflow: hidden;
}
.box li.lv2 a,
.box li.lv2 a:active,
.box li.lv2 a:visited { font-size: 11px; font-weight:bold; }

.box li.lv2_selected a, .box li.lv2_selected:active, .box li.lv2_selected a:visited {
    padding: 4px 8px 4px 11px;
    background: url(/assets/template/images/arrow.gif) no-repeat;
	font-size:11px;
	font-weight:bold;
}

.box li.lv3 {
    padding: 4px 8px 4px 18px;
    background: url(/assets/template/images/bullet.gif) no-repeat;
    font-weight: normal;
}

.box li.lv3 a,
.box li.lv3 a:active,
.box li.lv3 a:visited { font-size: 11px }
.box li.lv3_selected {
    padding: 4px 8px 4px 18px;
    background: url(/assets/template/images/bullet.gif) no-repeat;
    font-weight: bold;
}

.payment img {
	margin:0 6px 12px;
}

.geotrust-box {
	padding:10px;
	text-align:center;
	border:1px solid #ec5500;
	margin-bottom:5px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
#header { background: #FFF; position:relative; z-index:999; overflow:visible; }
.headerlinks ul {
    margin-right: 5px;
    padding: 0px;
    margin-left: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.headerlinks ul li {
    list-style-type: none;
    float: right;
    display: inline;
    margin-left: 10px;
}
#header-cart {
	display:block;
	border:1px solid #ccc;
	color:#000;
	font-size:13px;
	padding:4px 4px 4px 24px;
	background:url('/assets/template/images/cart_icon.png') no-repeat 7px center;
	-o-transition:all 0.25s linear;
	margin:0px 3px 0px;
	clear:right;
	background-color:white;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
	#header-cart:hover {
		text-decoration:none;
		border-color:#d13da5;
		box-shadow:0 1px 1px rgba(0,0,0,0.25);
	}

.header-signin {
	clear:both;
	text-align:right;
	margin-bottom:4px;
	margin-top:34px;
}

.header-welcome {
	padding-top: 5px;
	text-align:center;
}

.call_header {font-size:19px; font-weight:bold;}
.opening_hours {font-size:11px; color:#999; margin-top:-2px;}

#header-info-boxes {
	margin:0 auto;
	padding:0 270px 0 220px;
}

/* Delivery banner */
#header-delivery-info {
	/*float:left;*/
	margin:15px 0 0;
	padding:10px 10px 10px 74px;
	background:url('/assets/template/images/delivery.png') no-repeat 16px center #E1F7FE;
	border:1px dashed #A1C1D5;
	font-size:14px;
	width:194px;
}

/* contact info */
#header-contact-info {
	float:right;
	padding:10px;
	margin:10px 0 0;
	text-align:center;
}


.sign-in-box {
	text-align:center;
	margin:87px auto 0;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
	.sign-in-box {
		clear:both;
		padding:10px 0;
	}
}


/* `Special
----------------------------------------------------------------------------------------------------*/
.main-search-wrapper {
	width:auto;
	position:relative;
	margin-left:650px;
	padding:0 10px;
}

#main-search {
	width:100%;
	padding:6px 36px 6px 26px;
	border:0;
	font-size:14px;
	height:27px;
	margin:6px 0 0;
	background:url('/assets/template/plugins/formalize/search.png') no-repeat 5px center #fff;
	-webkit-appearance: none;
}

#main-search-button {
	position:absolute;
	top:6px;
	right:10px;
	border-radius:0;

}
/* Footer
----------------------------------------------------------------------------------------------------*/
#footer {
    padding: 15px 0;
    color: #666;
    border-top:1px solid #ccc;
    font-size: 11px;
}
#footer a,
.footer a:active,
.footer a:visited {
    color: #083a81;
    font-size: 11px;
}
#footer a:hover {
    color: #FFF;
    text-decoration: underline;
}

#fat-footer {
	width:960px;
	margin:0 auto;
}

#fat-footer ul {list-style:none; margin:0; padding:0;}

#fat-footer .lv1 {
	font-size: 14px;
	float:left;
	margin: 0;
	padding: 0 30px;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fat-footer .lv2 a, #fat-footer .lv2 a:hover {
	color:#666;
}

#footer-extras {
	text-align:center;
	width:850px;
	margin:20px auto 0;
}

#footer .trust-anz {
	width:234px;
	margin:15px auto 10px;
}

#footer .trust-anz div {
	padding:0 10px;
}



#footer .payment ul {
	list-style:none;
	text-align:center;
	margin:15px 0 0;
	padding:0;
}

#footer .payment li {
	display:inline;
	list-style:none;
}

/* Wishlist and Ajax Cart
----------------------------------------------------------------------------------------------------*/
.overlay {
    background-color: #000;
    border: 1px solid #fff;
    display: none;
    color: #fff;
    width: 250px;
    padding: 15px;
    text-align: left;
    opacity: 0.8;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
}
.overlay h2 {
    margin: 0px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
}
.overlay a { color: #fff }
#n_product .purchase-options-container .wishlist_toggle { cursor: pointer; font-size:14px; }

.wishlist_toggle { cursor: pointer }
.successaddmessage {
	padding:10px;
	background:#f0f0f0;
	width:380px;
	border:8px solid #FFF;
}

.successaddmessage .header {
	font-size:14px;
	font-weight:bold;
}

.successaddmessage .body {
	background:#fff;
	border:1px solid #ccc;
    margin: 10px 0 15px;
    width: 360px;
    font-weight: bold;
    font-size: 13px;
    height:60px;
    overflow:none;
    padding:5px;
}
.successaddmessage .body .description {

}
.successaddmessage .image {
    float: left;
    width: 80px;
}

.successaddmessage .left {
	float:left;
}

.successaddmessage .left button {
	margin-right: 5px;
}

.successaddmessage .right {
	float:right;
	margin-left:0;
}

.successaddmessageclear {clear:both;}

#notifications {
    position: absolute;
    width: 400px;
    left: 50%;
    top: 50%;
    height: 300px;
    margin-left: -200px;
    z-index: 999;
}
#notifications div.notice,
#jquery-notifications div.success,
#jquery-notifications div.warning,
#jquery-notifications div.error {
    margin: 0;
    padding: 5px;
    padding-left: 10px;
    border-bottom: 2px solid;
}
#notifications div.notice {
    background: #DDFFDD;
    color: #000;
    border-bottom: 1px solid #004000;
}
#notifications div.error {
    background: #F97C6F;
    color: #570F01;
    border-color: #570F01;
}
#notifications div > a {
    position: absolute;
    right: 0;
    margin-right: 10px;
    color: #000000;
    text-decoration: none;
    border: 1px solid black;
    padding-right: 5px;
    padding-left: 5px;
}

.wishlistoverlay {
	background:#F2F2F2;
	padding:10px;
	width:400px;
	border: 8px solid #FFF;
}

.wishlistoverlay .header {
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.wishlistoverlay .body {
	background:#FFF;
	padding:5px;
	margin-bottom:10px;
	border: 1px solid #CCC;
}

.wishlistoverlay .createnewlist {
	font-weight:bold;
}

.wishlistoverlay .listname {
	font-weight:bold;
}

.wishlistoverlay .addremovelink {
	cursor:pointer;
}


/* Breadcrumb
----------------------------------------------------------------------------------------------------*/
#breadcrumb {
    font-size: 11px;
    font-weight: normal;
    overflow: hidden;
    margin: 0 0 20px;
    padding: 0px;
    line-height:1;
    border-bottom:1px dotted #ccc;
}
#breadcrumb li {
    list-style-type: none;
    float: left;
    padding: 4px;
}
#breadcrumb a,
#breadcrumb a:active,
#breadcrumb a:visited {
    display: block;
    background-image: url('/assets/template/images/arrow.gif');
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 13px;
    padding-left: 7px;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 6px;
    font-size: 11px;
}
#breadcrumb a:hover {
	text-decoration:underline;
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 13px;
    padding-left: 7px;
    padding-top: 5px;
    padding-bottom: 6px;
}
/* Category Pages
----------------------------------------------------------------------------------------------------*/
.thumb_header {
    padding: 15px 0px 5px 0;
    font-weight: bold;
    font-size:21px;
    border-bottom:1px solid #ccc;
    color: #d23da5;
}
.category_thumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-top: 15px;
}
.category_thumb ul li {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding: 2px 20px 10px 1px;
    width: 140px;
    height: 150px;
    overflow: hidden;
    background: #FFF;
    text-align: center;
}
.category_thumb .left {
    float: left;
    width: 120px;
    margin-right: 20px;
}
.category_description { padding: 4px 0 6px 0 }
/*Product Thumbnail: Gallery */

.thumb ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumb li {
    float: left;
    margin: 0 0 15px;
    padding:15px 1%;
    width: 220px;
    height: 322px;
    overflow: hidden;
    background: #FFF;
    position:relative;
}
.thumb .promo {
    background: url(/assets/template/images/on_sale.png) left no-repeat;
    float: left;
   	top:-2px;
   	right:-2px;
    height: 48px;
    width: 48px;
    position: absolute;
}
.thumb .image {
    border-bottom: 1px dotted #CCC;
    position:relative;
    padding-bottom: 4px;
    margin-bottom: 4px;
    /*text-align:center;*/
}

.thumb .image .inner {
	position:relative;
    /*width:180px;*/
    height:198px;
    margin:0 auto;
		text-align:center;
}

.thumb .image .inner img{
	width:198px;
	height:198px;
}

.thumb .title,
.thumb .title A,
.thumb .title A:active,
.thumb .title A:visited {
    height: 42px;
    overflow: hidden;
    font-size: 13px;
    text-decoration: none;
    text-align:center;
}
.thumb .title A:hover { text-decoration: underline;}
.thumb .price {
    font-size: 16px;
    font-weight: bold;
    padding-top: 2px;
    height: 18px;
    color: #000;
    text-align:center;
}
.thumb .save {
    font-size: 12px;
    font-weight: bold;
    color: #C00;
    text-align:center;
}
.thumb .rrp {
    font-size: 11px;
    height: 18px;
    overflow: hidden;
    color: #999;
    text-align:center;
}
.thumb .buying_options { height:35px; text-align:center; }
.thumb .buying_options input {
	margin-bottom:0;
}
.thumb .moreinfo,
.thumb .moreinfo A,
.thumb .moreinfo A:active,
.thumb .moreinfo A:visited { font-size: 11px }
.thumb .wishlist,
.thumb .wishlist A,
.thumb .wishlist A:active,
.thumb .wishlist A:visited {
    font-size: 11px;
    font-weight: bold;
    text-align:center;
}
/*Product Thumbnail: Box */
.thumb_box ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumb_box li {
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
    padding-top: 10px;
    width: 165px;
    margin-right: 10px;
    float: left;
}
.thumb_box li img { border:0; }
.thumb_box .left {
    float: left;
    width: 65px;
    height: 65px;
}
.thumb_box .right {
    float: left;
    width: 100px;
    height: 65px;
}
.thumb_box .bottom {
    width: 180px;
    padding-bottom: 4px;
    padding-top: 2px;
    clear:both;
}
.thumb_box .title,
.thumb_box .title A,
.thumb_box .title A:active,
.thumb_box .title A:visited {
    font-size: 11px;
    text-decoration: none;
    height: 30px;
    overflow: hidden;
}
.thumb_box .title A:hover {
    text-decoration: underline;
}
.thumb_box .price {
    font-weight: bold;
    padding-top: 2px;
    color: #000;
}
.thumb_box .save {
    font-size: 11px;
    font-weight: bold;
    color: #C00;
}
.thumb_box  .rrp {
    font-size: 11px;
    height: 18px;
    overflow: hidden;
    color: #999;
}
.thumb_box  .moreinfo,
.thumb_box .moreinfo A,
.thumb_box .moreinfo A:active,
.thumb_box .moreinfo A:visited { font-size: 11px }
.thumb_box  .wishlist,
.thumb_box .wishlist A,
.thumb_box .wishlist A:active,
.thumb_box .wishlist A:visited {
    font-size: 11px;
    font-weight: bold;
    padding-top: 3px;
}
/*Product Thumbnail: List*/
.thumb_list {
    padding: 0;
    margin: 0;
    overflow: hidden;
}
.thumb_list ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumb_list li {
    float: left;
    margin: 2px;
    padding: 4px 1px 8px 4px;
    background: #FFF;
    margin-bottom: 4px;
    overflow: hidden;
    border-bottom: 1px #CCC solid;
    width: 100%;
}
.thumb_list .image {
    float: left;
    width: 150px;
    margin-right: 10px;
    text-align: center;
}
.thumb_list .description .title a {
	font-size:16px;
}

.thumb_list .description {
    overflow: hidden;
    font-size: 12px;
    margin-right: 10px;

}
.thumb_list .subtitle {
    font-size: 11px;
    padding-top: 4px;
}
.thumb_list .price {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}
.thumb_list .save {
    font-size: 12px;
    font-weight: bold;
    color: #C00;
}
.thumb_list .rrp {
    font-size: 11px;
    overflow: hidden;
    color: #CCC;
}
.thumb_list .buy {
    font-size: 11px;
    overflow: hidden;
    float: right;
    width: 110px;
}
.thumb_list .promo {
    background: url(/assets/template/images/on_sale.png) left no-repeat;
    height: 48px;
    width: 48px;
	margin-top:20px;
	position:absolute;
}
.thumb_list  .moreinfo,
.thumb_list .moreinfo A,
.thumb_list .moreinfo A:active,
.thumb_list .moreinfo A:visited { font-size: 11px }
.thumb_list  .wishlist,
.thumb_list .wishlist A,
.thumb_list .wishlist A:active,
.thumb_list .wishlist A:visited {
    font-size: 11px;
    font-weight: bold;
    float: right;
    padding-top: 3px;
}
/*Product Thumbnail: Cart*/
.thumb_cart ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumb_cart li {
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 180px;
}
.thumb_cart .left {
    float: left;
    width: 55px;
}
.thumb_cart .right {
    float: left;
    width: 120px;
}

.thumb_cart .line-price {
	padding-top:3px;
	text-align:right;
}

.remove_item , .remove_item a, .remove_item a:active, .remove_item a:hover, .remove_item a:visited  {font-size:11px; color:#999; text-decoration:underline;}

.thumb_cart .title,
.thumb_cart .title A,
.thumb_cart .title A:active,
.thumb_cart .title A:visited { font-size: 11px; }

.thumb_cart .price {
    font-size: 11px;
    font-weight: bold;
    padding-top: 2px;
    color: #000;
}

#cart-list-totals {
	text-align:right;
	padding:10px 0;
	font-size:14px;
}

#cart-list-buttons {
	text-align:center;
	border-top:1px solid #ccc;
	padding-top:10px;
	background:-webkit-linear-gradient(#eee 1%, #fff 15%);
	background:-moz-linear-gradient(#eee 1%, #fff 15%);
	background:-o-linear-gradient(#eee 1%, #fff 15%);
}

/*Thumbnail: Account*/
.thumb_account ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.thumb_account li {
    overflow: hidden;
    border: 1px solid #CCC;
    background: #EEEEEE;
    width: 215px;
    margin: 6px;
    padding: 6px;
    float: left;
}
.thumb_account .left {
    float: left;
    width: 60px;
}
.thumb_account .right {
    float: left;
    width: 135px;
}
/* Thumbnail Controls
----------------------------------------------------------------------------------------------------*/
/* Paging */
.paging_container {
    text-align: center;
    clear: both;
    padding-top: 4px;
    padding-bottom: 4px;
}
span.paging {
    display: block;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
span.paging span { margin-right: 10px }
span.paging span.text { font-size: 10px }
span.paging span.current {
    background-color: #000;
    border: 1px solid #CCC;
    color: #FFF;
    padding: 3px 8px;
}
span.paging span.pages {
    padding: 3px 0px;
    font-weight: bold;
}
span.paging span a:link,
span.paging span a:visited,
span.paging span a:active {
    border: 1px solid #CCC;
    color: #000;
    padding: 3px 8px;
    text-decoration: none;
    background: #FFF;
}
span.paging span a:hover {
    background-color: #FFF;
    border: 1px solid #000;
    color: #000;
    padding: 3px 8px;
}

#next-page-box a {
	background:#f9f9f9;
	border:1px solid #ccc;
	display:block;
	width: 170px;
	height: 165px;
	padding:140px 0 0;
	color:#777;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	-webkit-transition:all 0.2s linear;
}
	#next-page-box a:hover {
		background:#eee;
	}

	.thumb_list #next-page-box {display:none}



/* Sort By */

.sort_container {
    background: #f9f9f9;
    border-top:2px solid #ddd;
    padding: 4px 4px 4px 0px;
    margin-bottom: 10px;
}

.sortby {
    font-weight: normal;
	padding:5px;
}
.sortbyon,
.sortbyon a,
.sortbyon a:visited,
.sortbyon a:active { font-weight: bold }
.sortbyoff,
.sortbyoff a,
.sortbyoff a:visited,
.sortbyoff a:active { font-weight: normal }
/*View By*/
ul.viewby {
    margin: 0px;
    padding: 0px;
    margin-top: 9px !important;
    margin-bottom: 5px !important;
}
ul.viewby li {
    list-style: none;
    display: inline;
}
ul.viewby li a {
 	padding:5px;
    text-decoration: none;
}
ul.viewby li a:hover {

}
ul.viewby li a.active {
    color: #333;
    font-weight:bold;
    margin-bottom: -1px;
    font-size: 11px;
}
#page-total {text-align:right}

/* Cart and Checkout
----------------------------------------------------------------------------------------------------*/

.well select {
	width:220px;
}

input, textarea, select, .uneditable-input {
	margin-bottom:9px;
}

.well label {
	display:block;
}

#checkout-heading {
	position:relative;
}

#checkout-help {
	position:absolute;
	right:0;
	top:10px;
}

/*    General    Checkout Styles  */

.thumb-image-cell {
	padding-left:5px;
	padding-top:5px;
}

.main-checkout-wrapper input[type=text],
.main-checkout-wrapper select {
	margin-bottom:8px;
}

.checkout_box { border: 1px solid #CCC; display:block; }
.checkout_box_header {
    background: #F7F7F7;
    font-weight: bold;
    font-size: 14px;
    padding: 6px;
    color: #444;
}
.checkout_box_content {
    padding: 8px;
    background-color: #FFF;
}
.checkout_summary {
    border: 1px solid #CCC;
    background: #D7FFD7;
    padding: 10px;
}
.checkout_summary td,
.checkout_box td {
	padding:5px 0;
}

.sub_total {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 1px solid #9BDD88;
}
.grand_total {
    font-size: 14px;
    color: #CC0000;
    font-weight: bold;
}
.item_list {
    font-size: 11px;
    border: 1px solid #CCC;
}
.item_list TD.checkout_table_header {
    font-size: 11px;
    font-weight: bold;
    background: #F7F7F7;
    padding: 8px;
}
.item_list TD.item0 { font-size: 11px }
.item_list TD.item1 { font-size: 11px }
.item_list TD.shitem_d_0 {
    font-size: 11px;
    border-bottom: 1px dotted #CCCCCC;
}
.item_list TD.shitem_d_1 {
    font-size: 11px;
    border-bottom: 1px dotted #CCCCCC;
}
.item_list TD.shitem0 {
    font-size: 11px;
    border-bottom: 1px dotted #CCCCCC;
}
.item_list TD.shitem1 {
    font-size: 11px;
    border-bottom: 1px dotted #CCCCCC;
}
.item_list TD.store_total {
    font-size: 11px;
    font-weight: bold;
    border-bottom: 2px solid #CCCCCC;
}
.comment_ctrl {
    background-color: #EEEEEE;
    border: 1px solid #CCCCCC;
}
.ototal {
    color: #CC0000;
    font-weight: bold;
    font-size: 14px;
}
.gift_t {
    font-size: 14px;
    color: #006600;
    font-weight: bold;
}
/*    Message Boxes      */
.warnbox {
    border: 1px solid #F90;
    margin: 4px;
    background-color: #FFFFD2;
}
.warnbox ul {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0px;
}
.warnbox li {
    padding-left: 22px;
    padding-bottom: 5px;
    background-image: url(/assets/cpanel/icons/error_delete.png);
    background-repeat: no-repeat;
}
.errorbox {
    border: 1px solid #CC0000;
    margin: 4px;
    background-color: #FF9999;
}
.errorbox ul {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0px;
}
.errorbox li {
    padding-left: 22px;
    padding-bottom: 5px;
    background-image: url(/assets/cpanel/icons/error_delete.png);
    background-repeat: no-repeat;
}
.successbox {
    border: 1px solid #669900;
    margin: 4px;
    background-color: #E0FBAE;
}
.successbox ul {
    margin-left: 10px;
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0px;
}
.successbox li {
    padding-left: 22px;
    padding-bottom: 5px;
    background-image: url(/assets/cpanel/icons/accept.png);
    background-repeat: no-repeat;
}
.shipbox {
	margin-bottom:5px;
}
	.shipbox.ql {
		margin-top:10px;
		padding:5px;
		background:#e9fbff;
		border:1px solid #b3d5dd;
	}

	.free-shipping {
		background:#ffeca7;
		padding:3px;

		display:block;
		border:1px solid #dbbc48;
	}

.purchase-options-container .wishlist {
	border-bottom:1px solid #b3d5dd;
	box-shadow: 0 1px 0 #fff;
}



.shipbox ul {
    /*margin-left: 10px;*/
    padding-left: 0;
    list-style: none;
    margin-top: 5px;
    margin-bottom: 0px;
}
.shipbox li {
    padding-bottom: 5px;
    /*background: url(/assets/icons/lorry.png) 0px 8px;*/
    /*background-repeat: no-repeat;*/
	list-style:none;
	margin:0;
}
.loginlist ul { list-style-type: none }
.loginlist ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.purchase-options-container .wishlist {
	margin-top:5px;
	margin-bottom:10px;
	padding:5px 0;
}

/* Product Display Pages
----------------------------------------------------------------------------------------------------*/
/*    Image Box    */
UL.image_box {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
UL.image_box LI {
    margin: 0;
    float: left;
    margin: 4px;
    border: solid #CCC 1px;
}


ul.image_box li {
	display:block;
	width:90px;
	height:90px;
}

/* DISPLAY PAGE LAYOUT */

#display-page-right {
	float:left;
}

#quick-overview {
	margin:15px 0;
}

.purchase-options-container {
	position:relative;
	background:#e9fbff;
	border:1px solid #b3d5dd;
	padding:10px;

}
.productqtybox {
    font-size: 15px !important;
    font-weight: bold;
    box-shadow:0 1px 1px rgba(255,255,255,0.33);
    margin-bottom:0;
    height:28px !important;
}

#price-stock {
	margin-bottom:10px;
}

.display-header {
	margin:0px 0 10px;
	padding:0 0 5px;
}

.display-header h1 {
	font-size:30px;
	font-weight:bold;
	line-height:1.1;
}
.display-header h4 {
	font-size:16px;
}

.product-essentials {
	margin:20px 0 30px;
}

.enlarge {
	text-align:left;
	display:block;
}

.productprice {
    font-size: 28px;
    color: #083a81;
    font-weight: bold;
}
.productwasprice {
    text-decoration: line-through;
    font-size: 16px;
    color: #083a81;
    font-weight: bold;
}
.productrrp {
    text-decoration: line-through;
    font-size: 20px;
    font-weight: bold;
}
.productsave {
    font-size: 22px;
    color: #C00;
    font-weight: bold;
}
.productpromo {
    font-size: 28px;
    font-weight: bold;
    color: #CC0000;
}
.productpromotext {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 4px;
}
.productdelivery {
    font-size: 11px;
    color: #000;
}
.share_button {margin-top:10px;}

.display_reviews,
.display_reviews a,
.display_reviews a:active,
.display_reviews a:visited { font-size: 14px }
.display_reviews a:hover { font-size: 14px }

.productreviews { padding-top: 8px }
.productsoldout {
    font-size: 14px;
    color: #C30;
    font-weight: bold;

}
.productsoldout span {
	background: url(/assets/template/images/sold_out.png) no-repeat;
	padding-left:25px;
	padding-bottom:3px;
	    margin-bottom: 3px;
	    display:block;
}
.productpreorder {
    font-size: 14px;
    color: #090;
    font-weight: bold;
    background: url(/assets/template/images/in_stock.png) no-repeat;
    padding-left: 25px;
    padding-top: 3px;
    height: 22px;
    margin-top: 3px;
}
.productinstock {
    font-size: 14px;
    color: #090;
    font-weight: bold;
    background: url(/assets/template/images/in_stock.png) no-repeat;
    padding-left: 25px;
    padding-top: 3px;
    height: 22px;
    margin-top: 3px;
}
.productmultilevelqty {
    font-size: 12px;
    font-weight: bold;
}
.productmultilevelprice {
    font-size: 12px;
    font-weight: bold;
    color: #083a81;
}
.productheader {
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #CCC;
    font-weight: bold;
    padding-top: 5px;
    margin-bottom: 5px;
}
.productoptions td {
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding: 3px;
}
.productavailability td { padding: 3px }
.productdetailsheader {
    font-size: 12px;
    color: #083a81;
    font-weight: bold;
    margin-bottom: 5px;
}
.productdetails {
    padding-bottom: 8px;
    color: #000;
}

.productdetails_container {
width:160px;
float:left;
margin-right:10px;

}
.productdetails ul { padding: 10px }
.productdetails li { margin-left: 20px }
.floatingbrand { float: right }
.box_display {
    margin-bottom: 20px;
    margin-bottom: 10px;
}
.box_display .header {
    padding: 40px 0px 5px 0;
    font-weight: bold;
    font-size:21px;
    border-bottom:1px solid #ccc;
    color: #d23da5;
}
.box_display .body {
    padding: 0 0 10px;
    margin-bottom: 0px;
}
.box_display .footer {
    height: 8px;
    margin-top: -8px;
    padding: 0px;
}

.static-height .body {
	height:322px;
	overflow:hidden;
}

.static.left {z-index:150;}

/* Display Page Tabs
----------------------------------------------------------------------------------------------------*/

#tabbed-area {
	margin:20px 0;
}


/* root element for tabs  */
.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	height:30px;
	border-bottom:1px solid #ccc;
}

/* single tab */
.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:-2px 0 0 !important;
	list-style-image:none !important;
}

/* link inside the tab. uses a background image */
.tabs a {
	background:#ddd;
	background:-webkit-linear-gradient(#ddd, #fff);
	background:-moz-linear-gradient(#ddd, #fff);
	background:-o-linear-gradient(#ddd, #fff);
	border:1px solid #ccc;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 111px;
	text-align:center;
	text-decoration:none;
	color:#000;
	padding:0px;
	margin:0 3px 0 0;
	position:relative;
	top:1px;
	border-radius:6px 6px 0 0;
}

.tabs a:active {
	outline:none;
}

/* when mouse enters the tab move the background image */
.tabs a:hover {
	background:#ccc;
	background:-webkit-linear-gradient(#ccc, #eee);
	background:-moz-linear-gradient(#ccc, #eee);
	background:-o-linear-gradient(#ccc, #eee);
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
.tabs .current, .tabs .current:hover, .tabs li.current a {
	cursor:default !important;
	color:#000 !important;
	background:#fff;
	border-bottom-color:#fff;
}

.panes .pane {
	display: none;
	padding: 15px 10px;
	border: 1px solid #ccc;
	border-top: 0;
	font-size: 14px;
	background-color: white;
}



/* Product Reviews
----------------------------------------------------------------------------------------------------*/
.comment_box {
    border: 1px solid #CCC;
    padding: 10px;
    background: #FFF;
}
.comment_author {
    font-size: 11px;
    color: #999;
}
.comment {
    font-size: 12px;
    font-style: italic;
}
.comment_tail {
    width: 10px;
    height: 10px;
    background: url(/assets/template/images/comment_tail.gif) no-repeat;
    margin-top: -1px;
    margin-left: 10px;
    margin-bottom: 10px;
    display: block;
}

/* Cart HUD
----------------------------------------------------------------------------------------------------*/
#cart-hud {
	position:relative;
	z-index:999999;
}

#hud-dropdown {
	background:#fff;
	box-shadow:2px 4px 4px rgba(0,0,0,0.5);
	position:absolute;
	top:38px;
	right:0;
	width:258px;
	display:none;
}

#hud-dropdown .thumb_cart li {
	width:235px;
}

#hud-dropdown .thumb_cart .right {
	width:180px
}

#hud-close {
	font-size:11px;
	position:absolute;
	top:5px;
	right:5px;
	display:block;
	padding-right:20px;
	background:url('/assets/template/images/close.png') no-repeat right center;
}




/* Quick Look
----------------------------------------------------------------------------------------------------*/
.quicklook_popup {
	font-weight:bold;
	display:none;
	opacity:0;
	position:absolute;
	left:35px;
	top:110px;
	padding:3px 3px 2px;
	-o-transition:all 0.33s linear;
}

.quicklook_popup:hover {
	text-decoration:none;
}

.thumb .image:hover .quicklook_popup {
	display:block;
	opacity:1;
}

.quicklook-container {
	width:640px !Important;
}

.quicklook-l {
	padding:10px 30px 10px 10px;
}
.quicklook-r {
	width:300px;
	margin-top:15px;
}

.quicklook-description {
	margin-top:20px;
	clear:both;
	width:640px
}

/* Right Sidebar Ads
----------------------------------------------------------------------------------------------------*/
.right-ad-space a {
	display:block;
	margin-bottom:10px;
}

#right-ad-space .ad-image {
	display:block;
	float:right;
}

#right-ad-space .ad {
	margin-bottom:10px;
	border:1px solid #ddd;
	padding:5px;
}

/* Welcome Message
----------------------------------------------------------------------------------------------------*/
#welcome-message {
	background:#e1f7fe;
	position:relative;
	box-shadow:0 3px 5px rgba(0,0,0,0.33);
	padding:10px;
	margin-bottom:20px;
}

#welcome-message ul {
	padding:0;
	margin:0;
}

#welcome-message li {
	list-style:none;
	border-bottom:1px solid #A1C1D5;
	margin:0 0 5px;
	padding:5px 5px 5px 24px;
	background:url('/assets/template/images/tick.png') no-repeat left 4px;

}

#welcome-message h6 {
	border-color:#A1C1D5;
}


/* jCarousel
----------------------------------------------------------------------------------------------------*/

.jcarousel-container {
	width:90%;
	padding:0 40px;
}

.jcarousel-clip-horizontal {
	overflow:hidden;
	width:100%;
}

.thumb .jcarousel-list li {
	padding:15px 5px;
}

.thumb .jcarousel-list .promo {

}


.jcarousel-next,
.jcarousel-prev {
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	margin-top:102px;
	border-bottom: 12px solid transparent
}

.jcarousel-next {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-left: 24px solid #bbb;
	border-bottom: 12px solid transparent;
	position:absolute;
	right:0;
	top:0;
}

.jcarousel-prev {
	width: 0;
	height: 0;
	border-top: 12px solid transparent;
	border-right: 24px solid #bbb;
	border-bottom: 12px solid transparent;
	position:absolute;
	left:0;
	top:0;
}

/* Full Category Sitemap
----------------------------------------------------------------------------------------------------*/
#full-category-menu ul,
#full-category-menu ul li {
	margin:0;
	padding:0;
}

#full-category-menu .lv1 > li {
	margin:0 0 20px 0;
	display:block;

}

#full-category-menu .lv2 > li {
	margin:10px 15px 10px 5px;
	display:inline-block;
	vertical-align:top;
	width:150px;
}

#full-category-menu .lv1 a {
	font-weight:bold;
	font-size:14px;
	color:#d13da5;
}

#full-category-menu .lv2 a {
	margin:0;
	font-weight:bold;
	font-size:12px;
	color:#083b82;
}

#full-category-menu .lv3 a {
	margin-left:0px;
	font-weight:normal;
}

.footer-search-wrapper {
	position:relative;
	background:#e5e5e5;
	padding:5px 10px 10px;
}
.footer-search-wrapper #main-search-button {
	top:11px;
}


#product-essentials .wishlist {
	margin:5px 0 0;
	display:block;
}


/* Custom Filters
----------------------------------------------------------------------------------------------------*/

/* Color Filter */
.color-filter {
	width:25px;
	height:25px;
	-o-transition:all 0.25s linear;
	-moz-transition:all 0.25s linear;
	-webkit-transition:all 0.25s linear;
	transition:all 0.25s linear;
	float:left;
	margin:0 5px 7px 0;
	border:1px solid #fff;
	box-shadow:0 1px 3px rgba(0,0,0,0.75);
}

.color-filter.c_auburn {background:#930;}
	.color-filter.c_auburn:hover {background:#933;}

.color-filter.c_white {background:#fff;}
	.color-filter.c_white:hover {background:#EDEDED;}

.color-filter.c_black {background:#333;}
	.color-filter.c_black:hover {background:#666;}

.color-filter.c_blonde {background:#E0E0C2;}
	.color-filter.c_blonde:hover {background:#E0E0C2;}

.color-filter.c_red {background:#e43321;}
	.color-filter.c_red:hover {background:#ff4937;}

.color-filter.c_yellow {background:#ffcd33;}
	.color-filter.c_yellow:hover {background:#ffdc6f;}

.color-filter.c_orange {background:#ef701c;}
	.color-filter.c_orange:hover {background:#ff9a57;}

.color-filter.c_blue {background:#1f70c3;}
	.color-filter.c_blue:hover {background:#579fe9;}

.color-filter.c_blue-light {background:#0CF;}
	.color-filter.c_blonde:hover {background:#C0EFFE;}

.color-filter.c_blue-navy {background:#039;}
	.color-filter.c_blue-navy:hover {background:#03C;}

.color-filter.c_brown {background:#804000;}
	.color-filter.c_brown:hover {background:#FFD1A4;}

.color-filter.c_burgundy{background:#800040;}
	.color-filter.c_burgundy:hover {background:#C06;}

.color-filter.c_gold{background:#AEAE00;}
	.color-filter.c_gold:hover {background:#BCC238;}

.color-filter.c_clear {background:#FFF;}
	.color-filter.c_clear:hover {background:#CCC;}

.color-filter.c_green-lime {background:#0F0;}
	.color-filter.c_green-lime:hover {background:#C1FFC1;}

.color-filter.c_grey {background:#666;}
	.color-filter.c_grey:hover {background:#CCC;}

.color-filter.c_lilacandlavender {background:#C9F;}
	.color-filter.c_lilac-lavender:hover {background:#99F;}

.color-filter.c_purple {background:#5944a8;}
	.color-filter.c_purple:hover {background:#7f65e0;}

.color-filter.c_green {background:#3ca025;}
	.color-filter.c_green:hover {background:#54ae3f;}

.color-filter.c_teal {background:#20aea0;}
	.color-filter.c_teal:hover {background:#42d1c2;}

.color-filter.c_tealandturquoise {background:#1fae9f;}
	.color-filter.c_teal-turquoise:hover {background:#42d1c2;}

.color-filter.c_pink {background:#e1389b;}
	.color-filter.c_pink:hover {background:#fa5fba;}

.color-filter.c_pink-hot {background:#F3F;}
	.color-filter.c_pink-hot:hover {background:#F9F;}

.color-filter.c_pink-light {background:#FCF;}
	.color-filter.c_pink-light:hover {background:#FCF;}

.color-filter.c_red {background:#C00;}
	.color-filter.c_red:hover {background:#FF8080;}

.color-filter.c_white {background:#FFF;}
	.color-filter.c_white:hover {background:#F3F3F3;}

.color-filter.c_white-iridescent {background:#F8F8F8;}
	.color-filter.c_white-iridescent:hover {background:#F3F3F3;}

.color-filter.c_white-ivory-cream {background:#FFFFE8;}
	.color-filter.c_white-ivory-cream:hover {background:#FFFFE8;}

.color-filter.c_white-pearl {background:#F2F9FF;}
	.color-filter.c_white-pearl:hover {background:#F2F9FF;}

.color-filter.c_silver {
	background:#f9f9f9;
	background:-webkit-linear-gradient(#ffffff 0%, #eaeaea 100%);
	background:-moz-linear-gradient(#ffffff 0%, #eaeaea 100%);
	background:-o-linear-gradient(#ffffff 0%, #eaeaea 100%);
}
	.color-filter.c_silver:hover {
		background:#e9e9e9;
		background:-webkit-linear-gradient(#f8f8f8 0%, #cfcfcf 100%);
		background:-moz-linear-gradient(#f8f8f8 0%, #cfcfcf 100%);
		background:-o-linear-gradient(#f8f8f8 0%, #cfcfcf 100%);
	}


.color-filter.c_multi {
	background-image: url('/assets/template/images/multiColour.png');
	background-image: -webkit-linear-gradient(#ff0000 0%, #ffc800 20.86%, #11fa04 37.09%, #04c9fa 58.28%, #cd04fa 81.13%, #fa0404 100%);
}


/* Helper Classes
----------------------------------------------------------------------------------------------------*/
.float_right { float: right }
.float_left { float: left }
.padding { padding: 10px }
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
.well {
  min-height: 20px;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/*!
 * Bootstrap v2.0.3
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}




.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}
[class^="icon-"]:last-child,
[class*=" icon-"]:last-child {
  *margin-left: 0;
}
.icon-white {
  background-image: url("../images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
}
.icon-folder-open {
  background-position: -408px -120px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}


.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 27px;
  font-size: 19.5px;
  line-height: 36px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #eee;
}
legend small {
  font-size: 13.5px;
  color: #999999;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
  color: #333333;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 18px;
  padding: 4px;
  margin-bottom: 9px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
label input,
label textarea,
label select {
  display: block;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE7 */

  line-height: normal;
  cursor: pointer;
  background-color: transparent;
  border: 0 \9;
  /* IE9 and down */

  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
input[type="image"] {
  border: 0;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  background-color: #ffffff;
  background-color: initial;
  border: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 28px;
}
input[type="file"] {
  line-height: 18px \9;
}
select {
  width: 220px;
  background-color: #ffffff;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="image"] {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
textarea {
  height: auto;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 18px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input,
textarea {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
input:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
input.span12, textarea.span12, .uneditable-input.span12 {
  width: 930px;
}
input.span11, textarea.span11, .uneditable-input.span11 {
  width: 850px;
}
input.span10, textarea.span10, .uneditable-input.span10 {
  width: 770px;
}
input.span9, textarea.span9, .uneditable-input.span9 {
  width: 690px;
}
input.span8, textarea.span8, .uneditable-input.span8 {
  width: 610px;
}
input.span7, textarea.span7, .uneditable-input.span7 {
  width: 530px;
}
input.span6, textarea.span6, .uneditable-input.span6 {
  width: 450px;
}
input.span5, textarea.span5, .uneditable-input.span5 {
  width: 370px;
}
input.span4, textarea.span4, .uneditable-input.span4 {
  width: 290px;
}
input.span3, textarea.span3, .uneditable-input.span3 {
  width: 210px;
}
input.span2, textarea.span2, .uneditable-input.span2 {
  width: 130px;
}
input.span1, textarea.span1, .uneditable-input.span1 {
  width: 50px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #ddd;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning > label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
  border-color: #c09853;
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: 0 0 6px #dbc59e;
  -moz-box-shadow: 0 0 6px #dbc59e;
  box-shadow: 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error > label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
  border-color: #b94a48;
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: 0 0 6px #d59392;
  -moz-box-shadow: 0 0 6px #d59392;
  box-shadow: 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success > label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
  border-color: #468847;
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: 0 0 6px #7aba7b;
  -moz-box-shadow: 0 0 6px #7aba7b;
  box-shadow: 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
input:focus:required:invalid,
textarea:focus:required:invalid,
select:focus:required:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:required:invalid:focus,
textarea:focus:required:invalid:focus,
select:focus:required:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
}
.form-actions:after {
  clear: both;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #eee;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}
:-moz-placeholder {
  color: #999999;
}
::-webkit-input-placeholder {
  color: #999999;
}
.help-block,
.help-inline {
  color: #555555;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-prepend,
.input-append {
  margin-bottom: 5px;
}
.input-prepend input,
.input-append input,
.input-prepend select,
.input-append select,
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: middle;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend input:focus,
.input-append input:focus,
.input-prepend select:focus,
.input-append select:focus,
.input-prepend .uneditable-input:focus,
.input-append .uneditable-input:focus {
  z-index: 2;
}
.input-prepend .uneditable-input,
.input-append .uneditable-input {
  border-left-color: #ccc;
}
.input-prepend .add-on,
.input-append .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}
.input-prepend .add-on,
.input-append .add-on,
.input-prepend .btn,
.input-append .btn {
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend .active,
.input-append .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .uneditable-input {
  border-right-color: #ccc;
  border-left-color: #eee;
}
.input-append .add-on:last-child,
.input-append .btn:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-bottom: 0;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 140px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 160px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 160px;
}
.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}
.form-horizontal .form-actions {
  padding-left: 160px;
}

/***************** GENERAL STYLES **************/

.paypal_button {background:#E9E9E9; padding:5px;}
.ajaxloader { background: #CCC url(/assets/icons/ajax-loader.gif) no-repeat 50% 50%; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; opacity: .7; }


#credit_apply_display {display: none;}
#_cpy_login_pl_login {display:none;}
#_cpy_login_pl_none {display:none;}
#_cpy_login_pl_register {display:none;}
#_cpy_checkout_pl {}
#_cpy_login_pl {}

._step {border-bottom:1px solid #EEE; padding-bottom:10px; padding-left:5px;}
._step_no {font-weight:bold; font-size:21px; margin-bottom:5px;}
._step_desc { color:#999; font-size:14px;}
._terms {margin-top:10px;}
.payment_options ul { margin:0px; padding:0px; list-style:none;}
.payment_options li{ float:left; width:55px; height:32px; padding-top:5px; padding-bottom:5px;}
._cpy_paydesc {display:none;}
._cpy_plandesc { display:none;}
._cpy_comment_pl { padding:5px; margin-bottom:5px; }
._cpy_comment {display:none; }
._cpy_vouchermsg {display:none; }
._order_total {color:#090;}
._cpy_balancedue {color:#090;}

#_cpy_payment_pl { margin-bottom:8px;}
#_cpy_plan_pl { margin-bottom:8px;}

._sh_post_sel { background:#FFFFFF; border:1px solid #CCCCCC; padding:4px;}
._sh_post_sel ul { list-style:none; margin:0px; padding:0px;}
._sh_post_sel li { padding:2px;}
input[readonly] {background:#EFEFEF; color:666;}

._cpy_voucher {display:none; }

._cpy_credit_table {display:none;}
._cpy_credit_table TD { vertical-align:top;}
._cpy_thirdparty_msg {display:none;}

#_cpy_goback_pl {display:none;}

/* `shin_grid >> Global
----------------------------------------------------------------------------------------------------*/

.shin_grid_1,
.shin_grid_2,
.shin_grid_3,
.shin_grid_4,
.shin_grid_5,
.shin_grid_6,
.shin_grid_7,
.shin_grid_8,
.shin_grid_9,
.shin_grid_10,
.shin_grid_11,
.shin_grid_12,
.shin_grid_13,
.shin_grid_14,
.shin_grid_15,
.shin_grid_16,
.shin_grid_17,
.shin_grid_18,
.shin_grid_19,
.shin_grid_20,
.shin_grid_21,
.shin_grid_22,
.shin_grid_23,
.shin_grid_24 {
  display: inline;
  float: left;
  margin-left: 5px;
  margin-right: 5px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16,
.push_17, .pull_17,
.push_18, .pull_18,
.push_19, .pull_19,
.push_20, .pull_20,
.push_21, .pull_21,
.push_22, .pull_22,
.push_23, .pull_23 {
  position: relative;
}

/* `shin_grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `shin_grid >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .shin_grid_1 {
  width: 30px;
}

.container_24 .shin_grid_2 {
  width: 70px;
}

.container_24 .shin_grid_3 {
  width: 110px;
}

.container_24 .shin_grid_4 {
  width: 150px;
}

.container_24 .shin_grid_5 {
  width: 190px;
}

.container_24 .shin_grid_6 {
  width: 230px;
}

.container_24 .shin_grid_7 {
  width: 270px;
}

.container_24 .shin_grid_8 {
  width: 310px;
}

.container_24 .shin_grid_9 {
  width: 350px;
}

.container_24 .shin_grid_10 {
  width: 390px;
}

.container_24 .shin_grid_11 {
  width: 430px;
}

.container_24 .shin_grid_12 {
  width: 470px;
}

.container_24 .shin_grid_13 {
  width: 510px;
}

.container_24 .shin_grid_14 {
  width: 550px;
}

.container_24 .shin_grid_15 {
  width: 590px;
}

.container_24 .shin_grid_16 {
  width: 630px;
}

.container_24 .shin_grid_17 {
  width: 670px;
}

.container_24 .shin_grid_18 {
  width: 710px;
}

.container_24 .shin_grid_19 {
  width: 750px;
}

.container_24 .shin_grid_20 {
  width: 790px;
}

.container_24 .shin_grid_21 {
  width: 830px;
}

.container_24 .shin_grid_22 {
  width: 870px;
}

.container_24 .shin_grid_23 {
  width: 910px;
}

.container_24 .shin_grid_24 {
  width: 950px;
}

/* `Prefix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .prefix_1 {
  padding-left: 40px;
}

.container_24 .prefix_2 {
  padding-left: 80px;
}

.container_24 .prefix_3 {
  padding-left: 120px;
}

.container_24 .prefix_4 {
  padding-left: 160px;
}

.container_24 .prefix_5 {
  padding-left: 200px;
}

.container_24 .prefix_6 {
  padding-left: 240px;
}

.container_24 .prefix_7 {
  padding-left: 280px;
}

.container_24 .prefix_8 {
  padding-left: 320px;
}

.container_24 .prefix_9 {
  padding-left: 360px;
}

.container_24 .prefix_10 {
  padding-left: 400px;
}

.container_24 .prefix_11 {
  padding-left: 440px;
}

.container_24 .prefix_12 {
  padding-left: 480px;
}

.container_24 .prefix_13 {
  padding-left: 520px;
}

.container_24 .prefix_14 {
  padding-left: 560px;
}

.container_24 .prefix_15 {
  padding-left: 600px;
}

.container_24 .prefix_16 {
  padding-left: 640px;
}

.container_24 .prefix_17 {
  padding-left: 680px;
}

.container_24 .prefix_18 {
  padding-left: 720px;
}

.container_24 .prefix_19 {
  padding-left: 760px;
}

.container_24 .prefix_20 {
  padding-left: 800px;
}

.container_24 .prefix_21 {
  padding-left: 840px;
}

.container_24 .prefix_22 {
  padding-left: 880px;
}

.container_24 .prefix_23 {
  padding-left: 920px;
}

/* `Suffix Extra Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .suffix_1 {
  padding-right: 40px;
}

.container_24 .suffix_2 {
  padding-right: 80px;
}

.container_24 .suffix_3 {
  padding-right: 120px;
}

.container_24 .suffix_4 {
  padding-right: 160px;
}

.container_24 .suffix_5 {
  padding-right: 200px;
}

.container_24 .suffix_6 {
  padding-right: 240px;
}

.container_24 .suffix_7 {
  padding-right: 280px;
}

.container_24 .suffix_8 {
  padding-right: 320px;
}

.container_24 .suffix_9 {
  padding-right: 360px;
}

.container_24 .suffix_10 {
  padding-right: 400px;
}

.container_24 .suffix_11 {
  padding-right: 440px;
}

.container_24 .suffix_12 {
  padding-right: 480px;
}

.container_24 .suffix_13 {
  padding-right: 520px;
}

.container_24 .suffix_14 {
  padding-right: 560px;
}

.container_24 .suffix_15 {
  padding-right: 600px;
}

.container_24 .suffix_16 {
  padding-right: 640px;
}

.container_24 .suffix_17 {
  padding-right: 680px;
}

.container_24 .suffix_18 {
  padding-right: 720px;
}

.container_24 .suffix_19 {
  padding-right: 760px;
}

.container_24 .suffix_20 {
  padding-right: 800px;
}

.container_24 .suffix_21 {
  padding-right: 840px;
}

.container_24 .suffix_22 {
  padding-right: 880px;
}

.container_24 .suffix_23 {
  padding-right: 920px;
}

/* `Push Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .push_1 {
  left: 40px;
}

.container_24 .push_2 {
  left: 80px;
}

.container_24 .push_3 {
  left: 120px;
}

.container_24 .push_4 {
  left: 160px;
}

.container_24 .push_5 {
  left: 200px;
}

.container_24 .push_6 {
  left: 240px;
}

.container_24 .push_7 {
  left: 280px;
}

.container_24 .push_8 {
  left: 320px;
}

.container_24 .push_9 {
  left: 360px;
}

.container_24 .push_10 {
  left: 400px;
}

.container_24 .push_11 {
  left: 440px;
}

.container_24 .push_12 {
  left: 480px;
}

.container_24 .push_13 {
  left: 520px;
}

.container_24 .push_14 {
  left: 560px;
}

.container_24 .push_15 {
  left: 600px;
}

.container_24 .push_16 {
  left: 640px;
}

.container_24 .push_17 {
  left: 680px;
}

.container_24 .push_18 {
  left: 720px;
}

.container_24 .push_19 {
  left: 760px;
}

.container_24 .push_20 {
  left: 800px;
}

.container_24 .push_21 {
  left: 840px;
}

.container_24 .push_22 {
  left: 880px;
}

.container_24 .push_23 {
  left: 920px;
}

/* `Pull Space >> 24 Columns
----------------------------------------------------------------------------------------------------*/

.container_24 .pull_1 {
  left: -40px;
}

.container_24 .pull_2 {
  left: -80px;
}

.container_24 .pull_3 {
  left: -120px;
}

.container_24 .pull_4 {
  left: -160px;
}

.container_24 .pull_5 {
  left: -200px;
}

.container_24 .pull_6 {
  left: -240px;
}

.container_24 .pull_7 {
  left: -280px;
}

.container_24 .pull_8 {
  left: -320px;
}

.container_24 .pull_9 {
  left: -360px;
}

.container_24 .pull_10 {
  left: -400px;
}

.container_24 .pull_11 {
  left: -440px;
}

.container_24 .pull_12 {
  left: -480px;
}

.container_24 .pull_13 {
  left: -520px;
}

.container_24 .pull_14 {
  left: -560px;
}

.container_24 .pull_15 {
  left: -600px;
}

.container_24 .pull_16 {
  left: -640px;
}

.container_24 .pull_17 {
  left: -680px;
}

.container_24 .pull_18 {
  left: -720px;
}

.container_24 .pull_19 {
  left: -760px;
}

.container_24 .pull_20 {
  left: -800px;
}

.container_24 .pull_21 {
  left: -840px;
}

.container_24 .pull_22 {
  left: -880px;
}

.container_24 .pull_23 {
  left: -920px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_24:before,
.container_24:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_24:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_24 {
  zoom: 1;
}

.input_tiny {
  width: 40px;
}

.input_small {
  width: 100px;
}

.input_medium {
  width: 150px;
}

.input_large {
  width: 200px;
}

.input_xlarge {
  width: 250px;
}

.input_xxlarge {
  width: 300px;
}

.input_full {
  width: 100%;
}

.section {
background: white;
padding: 19px;
border: 1px solid #DDD;
box-shadow: #999 0px 0px 7px;
}

.contact_table {
max-width: 100%;
border-collapse: collapse;
border-spacing: 0;
background-color:
transparent;
}

.text-right {
text-align: right !important;
}

login_div{
	width:325px;
}

.contact_label{
}

.product_checklist{
	font-size:14px;
	background:url('/assets/template/images/tick.png') no-repeat left 4px;
}

.product_phonelist{
	font-size:14px;
	background:url('/assets/template/images/phone.png') no-repeat left 4px;
}

#product-message ul {
	padding:0;
	margin:0;
}

#product-message li {
	list-style:none;
	/*border-bottom:1px solid #A1C1D5;*/
	margin:0 0 0px;
	padding:0px 5px 2px 24px;
	width:205px;
	float:left;
}

/** Start Button **/


.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-top:-4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}

.btn-small [class^="icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}

.btn-primary,
.btn-primary:hover,
.btn-warning,
.btn-warning:hover,
.btn-danger,
.btn-danger:hover,
.btn-success,
.btn-success:hover,
.btn-info,
.btn-info:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  background-color: #D83EAA;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #d83eaa, #a33883);
  background-image: -ms-linear-gradient(top, #d83eaa, #a33883);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d83eaa), to(#a33883));
  background-image: -webkit-linear-gradient(top, #d83eaa, #a33883);
  background-image: -o-linear-gradient(top, #d83eaa, #a33883);
  background-image: linear-gradient(top, #d83eaa, #a33883);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'d83eaa, endColorstr='#'a33883, GradientType=0);
  border-color: #d83eaa #d83eaa #a33883;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #a33883;
}
.btn-primary:active, .btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  background-color: #faa732;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -ms-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(top, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'fbb450, endColorstr='#'f89406, GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  background-color: #f89406;
}
.btn-warning:active, .btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  background-color: #da4f49;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -ms-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(top, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'ee5f5b, endColorstr='#'bd362f, GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  background-color: #bd362f}
.btn-danger:active, .btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  background-color: #D83EAA;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #d83eaa, #a33883);
  background-image: -ms-linear-gradient(top, #d83eaa, #a33883);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#d83eaa), to(#a33883));
  background-image: -webkit-linear-gradient(top, #d83eaa, #a33883);
  background-image: -o-linear-gradient(top, #d83eaa, #a33883);
  background-image: linear-gradient(top, #d83eaa, #a33883);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'d83eaa, endColorstr='#'a33883, GradientType=0);
  border-color: #d83eaa #d83eaa #a33883;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #a33883;
}
.btn-success:active, .btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  background-color: #49afcd;
  color: #ffffff;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#'5bc0de, endColorstr='#'2f96b4, GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-color: #2f96b4;
}
.btn-info:active, .btn-info.active {
  background-color: #24748c \9;
}
button.btn, input[type="submit"].btn {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.large, input[type="submit"].btn.large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.small, input[type="submit"].btn.small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
.btn-group {
  position: relative;
  *zoom: 1;
  *margin-left: .3em;
}
.btn-group:before, .btn-group:after {
  display: table;
  content: "";
}
.btn-group:after {
  clear: both;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar .btn-group {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}
.btn-group .btn {
  position: relative;
  float: left;
  margin-left: -1px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child, .btn-group .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group .btn.large:last-child, .btn-group .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group .btn:hover,
.btn-group .btn:focus,
.btn-group .btn:active,
.btn-group .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group.open {
  *z-index: 1000;
}
.btn-group.open .dropdown-menu {
  display: block;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn .caret {
  margin-top: 7px;
  margin-left: 0;
}
.btn:hover .caret, .open.btn-group .caret {
  opacity: 1;
  filter: alpha(opacity=100);
}
.btn-primary .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret {
  border-top-color: #ffffff;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.btn-small .caret {
  margin-top: 4px;
}
/** End Buttons **/

/** Category Page **/
ue
ul.category-subcats {
margin: 10px;
padding: 0px;
}
.category-subcats li {
float: left;
list-style-type: none;
background: url(/assets/template/arrow_bullet.gif) no-repeat left;
padding-left: 14px;
margin-right: 10px;
width: 215px;
overflow: hidden;
font-size: 11px;
margin-top: 10px;
}

#n_content input button{
	background-color:black;
}

.nsearchinput-pl {
	width:310px;
	height:auto;
	display:block;
	position:absolute;
	z-index:999999;
	background:#FFF;
	border:1px solid #CCC;
	border-bottom:0;
	clear:both;
	box-shadow:0 1px 3px 1px rgba(0,0,0,0.33);
	border-radius:6px;
}
.nsearchinput-pl ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
.nsearchinput-pl ul li {
	margin-left:0px;
	float:left;
	width:300px;
	text-align:left;
	overflow:hidden;
}
.nsearchinput-pl ul li a {
	display:block;
	padding:10px;
	border-bottom:1px solid #ccc;
	font-size:12px;
}
.nsearchinput-pl ul li:first-child a {border-radius:6px 6px 0 0;}
.nsearchinput-pl ul li:last-child a {border-radius:0 0 6px 6px;}
.nsearchinput-pl ul li a:hover {
	background:#f4f4f4;
	text-decoration: none;
}
.nsearchinput-pl ul li img {
	margin-right:10px;
	vertical-align:middle;
}
.nsearchinput-pl ul li .title {
	vertical-align: middle;
}

.blog_line{
	width:500px;
	border-top: 1px solid #CCC;
	clear: both;
	margin: 10px 0 10px 0;
	line-height: 1px;
}

.text-center {
	text-align: center;
}