/* !Common Styles */
*{padding:0;margin:0;}
html {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}
body {
	background-color: #333333;
	background: url(../images/backgrounds/bodybg.gif);
	background-repeat: repeat;
	background-position: top left;
	color: #FFF;
}
img {
	border: none;
}
/* !Begin Section Wrappers - Use these to customise specific sections*/
.account_wrapper {}
.category_wrapper {}
.checkout_wrapper {}
.document_wrapper {}
.download_wrapper {}
.gateway_wrapper {}
.giftcertificate_wrapper {}
.home_wrapper {}
.login_wrapper {}
.order_wrapper {}
.product_wrapper {}
.register_wrapper {}
.saleitems_wrapper {}
/* !End Section Wrappers */
#page_wrapper {
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	background-color: #333;
}
#header {
	background-position:right; 
	background-repeat:no-repeat; 
	height:250px; 
	border-bottom:1px solid #000; 
	text-align:left;  
	background: url(../images/backgrounds/header.jpg) no-repeat bottom;

}

#topLinks{
	width: 900px;
	height: 45px;
	margin: 0 auto;
	background-image: url(../images/backgrounds/m_bg.gif); 
	background-repeat:repeat-x;	
	margin-bottom: 10px;
}
#topLinks ul {
	margin: 0;padding: 0;list-style: none;}
#topLinks li {
	display: inline;
}
#topLinks a {
	display: block;
	float: left;
	padding: 15px 50px 0 70px;
	background: url(../images/backgrounds/divider.gif) no-repeat; 
	text-transform: uppercase;text-decoration: none;
	color: #D8D8D8;
	font-weight:bold; 
	font-size:12px; 
	font-family:Arial, Helvetica, sans-serif; 
}
#topLinks a:hover {
	color: #FFFFFF;
}
#divider {
	background-image: url(../images/backgrounds/m_bg.gif); 
	background-repeat:repeat-x;	
	width: 880px;
	height: 35px; 
	padding-top:10px; 
	padding-left:10px; 
	padding-right:10px;
}
.Cart{
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 14px; 
	color:#FFF; 
}
.CartItems {
}
.CartTotal a{
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.CartTotal a:hover{
	text-decoration: underline;
}
.hidden { /* This is here so that HTML can remain on the page for accessibility but not show */
	visibility: hidden;
	display: none;
}
#quick_search .controls {
margin-top: 10px;
}
#breadcrumb {
	display: inline-block;
}
#breadcrumb a{
	text-decoration:none;

}
#breadcrumb ul {}
#breadcrumb li {
	background: url(../images/menu_top_closed.png) no-repeat right; 
	float: left;
	height: 21px;
	line-height: 21px;
	list-style: none outside;
	margin: 0px;
	padding-right: 20px;
	text-indent: 5px;
}
#breadcrumb li:first-child {
	text-indent: 0px;
}
#breadcrumb li:last-child {
	background: none !important;
}

.sidebar > div {
	margin-bottom: 15px;
}

.sidebar > div > h3 {
	margin-bottom: 20px;
}
#sidebar_left {
	position: relative;
	left: 0px;
	width: 197px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
#language_currency {
  line-height: 30px;
}
#sitedoc p {line-height: 1em; margin-top: 1em; }
#page_content {
	min-height: 900px;width: 655px;
	padding: 0 313px 0 233px !important;
}
#announcement {
	margin-bottom: 18px;
	padding-bottom: 18px;
}
#announcement > h1 {
	margin-bottom: 15px;
	font-size: 20px;
}

#documents {
	clear: both;
	font-size: 10px;
	padding: 0px 5px;
	margin-top: 15px;
	text-align:center;
	font-size:14px;
}
#documents a {
	padding: 4px 4px; text-decoration:none;
}
#documents a:hover {
	padding: 4px 3px; text-decoration:underline;
}
#documents ul > li {
	display: inline-block;
}
#documents ul > li:after {
	padding-left: 2px;
	content: '|';
}
#documents ul > li:last-child:after {
	content: '';
}
#skin_selector {
}
#skin_selector input[type="submit"] {
	display: none !important;
}
a {
	text-decoration: none;
	color:#FFF;
}
a:hover {
	text-decoration: underline;	
}
div.latest_product {
	float: left;
	margin: 5px 15px;
	height: 290px;
	padding: 0px;
	width: 175px;
}
div.latest_product p.image {
	border: 1px solid #D7D7D7;
	margin-bottom:5px;
	height: 138px;
	padding: 8px;
	text-align: center;
}
div.latest_product p.title {
	height: 50px;
	margin-bottom:5px;
}
div.latest_product p.price {
	font-weight: bold;
	text-align: right;
	clear: both;
}
div.latest_product p.actions {
	margin-top: 5px;
}
.button_black {
	background: url(../images/common/button_black.png)  no-repeat;
	border: none;
	color: #FFF;
	cursor: pointer;
	display: block;
	float: left;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 61px;
	font-size: 11px;
	margin-left:10px;
}
a.button_white, a.button_black {
	text-decoration: none;
}
.button_white {
	background: url(../images/common/button_white.png) no-repeat;
	border: none;
	color: #636363;
	cursor: pointer;
	display: inline-block;
	float: right;
	height: 21px;
	line-height: 21px;
	text-align: center;
	width: 93px;
	font-size: 11px;
	margin-left: 3px;
	padding-bottom: 3px; /* Only way for anchor button style links to match submit */
}
.button_white.disabled {
	color: #999999;
}

a.button_submit {
	vertical-align: top;
}
.button_submit.right, input[type="submit"].right, input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.button_submit.left, input[type="submit"].left, input[type="reset"].left {
	float: left;
	margin-right: 5px;
}
h2 {
	font-size: 20px;
	margin-bottom: 10px;
	line-height: 25px;
	background: url(../images/separator_header.png) no-repeat bottom;
	padding-bottom: 15px;
}

#menu {
	background-color:#000;
	list-style: none outside !important;
	margin: 0px;
	margin-top: 1px;
}
#menu ul {
	display: none;
	list-style: none outside !important;
	padding-left: 7px;
}
#menu li {
	background-color:#000;
	/*min-height: 20px;*/
	border-bottom: 1px solid #333; 
	padding:3px;
}
#menu li > a {
	background-color:#000;
	display: block;
	color:#FFF;
	text-decoration:none;
	line-height: 20px;
	text-indent: 0px;
}
#menu li > a:hover {
	background-color:#000;
	display: block;
	color:#FFF;
	text-decoration:underline;
	line-height: 20px;
	text-indent: 0px;
}
#menu > li > a {
	text-indent: 12px !important;
	/*height: 38px;
	line-height: 38px;*/
}
#menu > li > a.menu_closed {
	background-image: url(../images/menu_top_closed.png);
}
#menu > li > a.menu_open {
	background-image: url(../images/menu_top_open.png) !important;
}
#menu > li > a.menu_closed, #menu > li > a.menu_open {
	background: no-repeat 0px;
}
#menu > li > ul {
	padding-left: 15px;
}
#menu li:first-child {
	border-top: none;
}
#menu li:last-child {
	border-bottom: none;
}

#featured_product {}
#featured_product p.image {
	margin: 5px auto;
	height:116px;
	margin-bottom:5px;
	padding:8px;
	width:116px;
}
#featured_product p.title {
	margin-bottom:20px;
}

#mailing_list {
	padding: 17px 10px 10px 10px;
}
#mailing_list p { 
	line-height: 20px;
	margin-top: 10px;
}

#mailing_list p.input { }

#mailing_list input.textbox {
	margin: 5px 0px 12px 0px;
	width: 170px !important;
}
#mailing_list input.submit {
	font-size: 12px;
	font-weight: bold;
}

#navigation {}
#navigation h3 {
	margin: 2px 1px 0px 1px;
	line-height: 27px;
	text-indent: 7px;
}
#sale_products {}
#sale_products ol {
	list-style: decimal outside;
	margin-left: 25px;
}

#sale_products ol a {
  color: #FFF;
}
#sale_products ol > li {
	padding: 7px 0px;
}
.saving {
	color: #FF0000;
	display: block;
	font-weight: bold;
	margin-top: 5px;
	text-indent: 0px;
}
#popular_products, #featured_product {}
#popular_products h3, #featured_product h3 {
	margin: 2px 1px 0px 1px;
	line-height: 27px;
	text-indent: 7px;
}
#popular_products ol {
	list-style: decimal outside;
	margin-left: 25px;
}

#popular_products ol > li {
	border-bottom: 1px dotted #959595;
	padding: 7px 0px;
}
#sale_products ol > li:last-child, #popular_products ol > li:last-child {
border-bottom: none;
}

li > p {
	display: inline;
}

#checkout p {
	padding: 5px;
}

#basket_summary {}
#basket_summary ul {
	margin: 5px 3px;
}
#basket_summary ul li {
	list-style: none outside;
	margin-top: 3px; 
}
#basket_summary p {
	margin: 7px 3px;
}

#basket_summary p.basket_total {
	font-size: 25px;
	text-align: right;
	border-top: 1px dotted #959595; 
	border-bottom: 1px dotted #959595;
	padding: 10px 0px 10px 0px;
}
#basket_summary p.basket_total span {
float: left;
}
.control {
	color: #FFF;
	height: 20px;
	margin: 10px 0px;
	padding: 5px;
	background-color: #000;
	border: 1px solid #C8C8BE;
}
.pagination {
	float: right;
	line-height: 22px;
	text-align: right;
}
.pagination strong {
/*	border: 1px solid #C8C8BE;
*/	padding: 3px;
	background-color: #000;
}
.pagination a {
/*	border: 1px solid #C8C8BE;
*/	padding: 3px;
	background-color: #000;
	color:#FFF;
}
.paginate {
	text-align: right;
}

#category_image {
	padding: 0px !important;
	margin: 0px !important;
}

#subcategories > div.subcategory {
	display: inline-block;
	height: 120px;
	text-align: center;
	vertical-align: top;
	width: 80px;
}

div.category_product {
	height: 170px;
	margin: 10px 5px 15px;
	border-bottom: 2px solid #C4C8C8;
}
div.category_product h3 {}
div.category_product h3 a {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
}
div.category_product a.image {
	float: left;
	display: inline-block;
	margin-right: 3px;
	border: 1px solid #CCCCCC;
	background-color: #FFF;
	margin-bottom:5px;
	width: 138px;
	height: 138px;
	padding: 8px;
	text-align: center;
}
div.category_product div.details {
	float: right;
	height: 110px;
	margin-top: 30px;
	padding: 2px;
	width: 170px;

}
div.category_product div.details p.price {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-align: center;
	padding-left: 30px;
}
div.category_product div.details .out_of_stock {
	margin-left: 30px;
	text-align: center;
}
.button_buy {}
p.buy_button {
	margin-top: 10px;
	text-align: center;
	padding: 5px;
}
p.buy_button input.button_white {
	float: none !important;
	display: inline !important;
}

div.category_product div.summary {
	margin-left: 168px;
}
div.category_product div.summary .rating {
	font-size: 10px;
	margin: 5px 0px 10px;
}
.discounts_table {
	width: 100%;
	line-height: 30px;
}
#gallery {

	width: 270px;

	height: 300px;

	float: left;

}



#gallery div.image {

	float: left;

	height: 270px;

	width: 270px;

}

#gallery_select {

	text-align: left;

	width: 270px;

}

#gallery_select > a {

  margin-bottom: 2px;

}
#gallery_select img {
    border: 1px solid #000;
    height: 47px;
    width: 47px;
}
#product_detail {
	margin-left: 314px;
	min-height: 350px;
	/*width:330px;*/
}
#product_detail p.rating {
	margin-top: 5px;
	padding-top: 5px;
	text-align: left;
}
#product_detail p.rating-info {
	font-size: 10px;
	text-align: left;
	padding-bottom: 8px;
	margin-bottom: 8px;
}
#product_detail > .bulk_discount {
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 5px;
}
#product_detail #price {
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 12px;
}
#product_detail .add_to_basket {
	margin-bottom: 22px;
	text-align: left;
	height: 33px;
	line-height: 33px;
	text-indent: 7px;
}
#product_detail input.textbox {
	width: 180px !important;
}
#product_detail select.textbox {
	width: 187px;
}
#product_detail > .options {
	margin-top: 10px;
	border-top: 1px solid #C4C8C8;
}
#product_detail > .options div {
	padding: 5px 5px 0px 0px;
}
#product_detail > .options div label.return+span {
	display: block;
	margin-top: 3px;
	text-align: right;
}
#product_detail #share_link {
	font-size: 12px;
	font-weight: normal;
	margin-right: 3px;
	padding-top: 4px;
	text-align: left;
	line-height: 20px;
}
h2+p, h2+div {
	padding: 0px 5px;
}

.price_sale {
	color: #FF0000;
}
.price_previous {
	text-decoration: line-through;
}
.price_regular {
	text-decoration: none;
}

#product_description {}

#product_description p {
	margin-bottom: 7px;
}
#reviews {
	padding: 0px;
	width:640px;
}

#reviews .review {
	border-bottom: 1px solid #CDCDCD; 
	margin: 10px 5px;	
}
.review .content {
	font-style: italic;
	padding: 10px;
}
.review .content img {
	float: left;
	margin: 0 5px 0px 0;
}
p.author {
	padding-bottom: 5px;
}

#reviews .pagination_bottom {
	padding-bottom: 10px;
}

#review_read {
	margin: 0px 5px 10px;
}
#review_write {
	background-color:#212121;
	padding: 10px;
	border:1px solid #FFF;
}
#review_write fieldset {
	padding: 0px;
}

#review_stars {
	float: right;
	margin-right: 5px;
}

#review_write form div, #product_share form div {
	margin-bottom: 5px;
}

form div > label.inline {
	display: inline-block;
	min-width: 120px;
	vertical-align: top;
}
form div > label.return {
	display: block;
}

#product_share {
	background: url(../images/background_info_box.png) repeat-x;
	padding: 5px;
}
.basket_header {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 5px;
	font-size: 12px;
}
.basket_header > span {
	float: right;
	text-align: right;
	width: 75px;
}

.basket_product {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 5px;
	min-height: 60px;
	padding: 5px;
}
.basket_product > p {
	height: 18px;
	padding: 0px !important;
}
.basket_product .remove {
	float: left;
	height: 60px;
	margin-right: 3px;
	margin-top: 3px;
	width: 10px;
}
.basket_product .image {
	float: left;
	height: 60px;
	margin-right: 5px;	
	width: 50px;
}

#delivery_comments {
	width: 570px;
	height: 80px;
}

span.price {
	float: right;
	text-align: right;
}

.basket_product span.price {
	font-weight: bold;
	width: 75px;
}

.subtotals {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.subtotals p {
	margin-bottom: 3px;
	padding: 0px 5px;
}
.subtotals span.price {
	font-weight: bold;
	width: 75px;
}

.shipping {
	border-bottom: 1px solid #CDCDCD;
	text-align: right;
	padding: 5px;
}
.shipping span.price {
	float: right;
	width: 75px;	
}

.discounts {
	margin-top: 10px;
	min-height: 40px;
	text-align: right;
}
.discounts .code_input {
	float: left;
	text-align: left;
	width: 300px;
}
.discounts span.price {
	color: #FF0000;
	font-weight: bold;
	width: 75px;
}
.total {
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px;
	text-align: right;
}
.total span.price {
	width: 75px;
}

.basket_actions {
	height: 31px;
	margin-bottom: 5px;
	padding: 5px 0px;
	text-align: right;
}

.alternate_checkout {
	text-align: right;
	padding: 0px !important;
}

input.quantity {
	font-size: 12px;
	text-align: center;
	width: 30px !important;
}
.txtBox {
	border:1px solid #CCC;
	color:#000;
}
.button_submit, .main #submit { /*, input[type="submit"], input[type="reset"] {*/
}
.button_add_basket {
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #999999;
}

a.button_submit {
	vertical-align: top;
}
.button_submit.right, input[type="submit"].right, input[type="reset"].right {
	float: right;
	margin-left: 5px;
}
.button_submit.left, input[type="submit"].left, input[type="reset"].left {
	float: left;
	margin-right: 5px;
}
.checkout-progress {
	color: #FFF !important;
	width: 693px;
	height: 29px;
	margin-bottom: 10px;
}

.checkout-progress a {
	color: inherit !important;
	text-decoration: none;
}
.checkout-progress a:hover {
	text-decoration: none;
}

.checkout-progress > span {
	display: inline-block;
	float: left;
	line-height: 29px;
	margin: 0px;
	padding: 0px;
	text-indent: 20px;
	width: 145px;
	text-transform: uppercase;
	word-spacing:10px;
	font-weight: bold;
}

.checkout-progress > span.current {
	color: #F00 !important;
	width: 118px;
}
.checkout-progress > span.next {
	width: 118px;
}
.checkout-progress > span.last {
	width: 118px;
}

#gateways {
	margin: 0px auto;
	width: 300px;
}
#gateways > p {
	background-color: #F7F7F7;
	color:#333;
	border-bottom: 1px solid #CDCDCD;
	padding: 10px 5px;
}
#gateways > p > input {
	float: right;
}
.gateway-selected {
	color:#333;
	background-color: #D1E6EF !important;
}

#recaptcha_widget {
	width: 420px;
	margin: 10px 0px 0px 150px;
}

.error {
	display: none;
	font-weight: bold;
	color: red;
}
.required-error {
	background-color: #FFCECE;
	border: 2px solid #FF0000 !important;
}

label {
	cursor: pointer;
	/*vertical-align: top;*/
}

fieldset {
	border: none;
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 10px;
	padding: 5px;
}
fieldset > legend {
	font-weight: bold; color:#FFF;
}
fieldset div {
	margin: 5px 0px; 
}
fieldset div > label {
	vertical-align: top; 
	display: inline-block;
	width: 150px;
}
fieldset div span textarea {
	border: 1px solid #CDCDCD;
}
input[type="text"], input[type="password"] {
	width: 200px;
	border-top: 2px solid #848484;
	border-left: 2px solid #848484;
	border-right: 2px solid #FAFAFA;
	border-bottom: 2px solid #FAFAFA;
	font-size: 12px;
	color: #000;
}
.textbox_medium {
	width: 100px !important;
}
.textbox_small {
	width: 50px !important;
}
#myaccount ul {
	list-style: none inside;
}
#myaccount ul > li {
	border-bottom: 1px solid #CDCDCD;
	margin-bottom: 5px;
	padding: 5px 3px;
}

.openid {
	height: 18px;
	line-height: 18px;
	padding: 2px 3px;
}

.list {}
.list > * {
	padding: 3px;
}
.list-odd {
	background-color: #000;
}
.list-even {
	background-color: #000;
}

.list-hover {
	background-color: #666 !important;
}

.select_register {
	margin-bottom: 10px;
}

optgroup > option {
	font-style: italic;
	text-indent: 10px;
}

.login-toggle {
	cursor: pointer;
}
#openid_identifier {
	background: url(../../../images/icons/openid.png) no-repeat;
	height: 15px;
	padding: 1px;
	text-indent: 17px;
	width: 250px;
}
/*
tbody > tr {
height: 50px;
}
tbody > tr > td {
padding: 2px 3px;
}
*/
#gui_message {
	margin-bottom: 10px;
}
#gui_message ul {
	list-style: disc inside none;
}
#gui_message .gui_message-error {
	background-color: #FFCECE;
	border: 1px solid #FF0000;
	color: #393939;
	cursor: hand;
	font-weight: bold;
	padding: 3px 4px;
}
#gui_message .gui_message-notice {
	background-color: #CDFFDF;
	border: 1px solid #00FF00;
	color: #393939;
	cursor: pointer;
	font-weight: bold;
	padding: 3px 4px;
}

span.actions {
	float: right;
	text-align: right;
}

#receipt > .address > p:first-child {
	float: left;
	width: 275px;
	height: 120px;
}

.hover_zoom {
	font-weight: bold;
	margin-top: 2px;
	padding: 2px;
	text-align: center;
	display: none;
	background-color: #DAEBF3;
	color: #4F4F4F;
}

.dl_unavailable {
	font-weight: bold;
	height: 25px;
	line-height: 16px;
}
#quick_search {
	color: #FFF;
	/*height: 54px;
	line-height: 54px;
	width: 452px;*/
	text-align: center;
}
#quick_search span.search {
	display: inline-block;
}
#quick_search span.search > input {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #000;  
	width:150px;	
	height: 22px;


}
#quick_search input.search {
	border:1px outset #000; 
	color:#333333; 
	font-weight:bold;
	height: 22px;

}

#quick_search p.advanced {

}
#Footer {
	background-image: url(../images/backgrounds/m_bg.gif); 
	background-repeat:repeat-x;	
	width: 880px;
	height: 35px; 
	padding-top:10px; 
	text-align:center; 
	margin-top:15px; 
	padding-left:10px; 
	padding-right:10px;
}

.boxTitleLeft {
	font-family: Arial, Helvetica, sans-serif; text-align:center;
	color: #FFF;
	font-weight:bold;
	background-image: url(../images/backgrounds/boxHead.gif);
	background-repeat: no-repeat;
	width: 197px;
	height: 20px;
	padding-left: 0px;
	padding-top: 5px;
}
.boxContentLeft {
	background-color: #000; 
	background-image:url(../images/backgrounds/boxMid.gif); 
	background-repeat:repeat-y;
	padding-left: 5px;
	padding-right:5px;
	padding-top: 7px;
	padding-bottom: 7px;
	width:185px;
}
.boxFoot {
	background-image: url(../images/backgrounds/boxFoot.gif);
	background-repeat: no-repeat;
	width: 190px;
	height: 18px;
	padding-left: 7px;
	padding-top: 5px;
	margin-bottom:10px;
}
ol, ul {
	margin-left: 20px;
	padding: 5px;
	color: #000;	
}
li {
	list-style-position: outside;margin: 0px;padding: 0px;}
li.bullet {
	list-style-type: square;margin-left: 26px;color: #CCCCCC;}
li.bulletLrg {
	list-style-type: none;font-size: 14px;color: #CCCCCC;}
li.num {
	margin-left: 6px;color: #CCCCCC;}
li.account {
	list-style-type: square;padding-top: 5px;padding-bottom: 5px;}

#sale_products .top {
	background: url(../images/backgrounds/boxHead.gif) no-repeat top left;
	/*min-height: 210px;*/
}
#sale_products .bottom {
	background: url(..images/backgrounds/boxFoot.gif) no-repeat top left;
	height: 18px;
}
.txtDefault, a.txtDefault {
	color: #FFFFFF;
	text-decoration:none;
}
a.txtDefault:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.txtAddressbook {
	color: #F00;
	text-decoration:none;
}
a.txtAddressbook:hover {
	color: #F00;
	text-decoration:underline;
}
/* 5.0.9 Upgrade Addition */
form.cookies-notify {
padding: 10px;
line-height:200%;
position: absolute;
top: 5px;
left: 5px;
border: 1px solid #900;
background-color: #FFF;
color: #000
}
form.cookies-notify .retry {
color: #FF0000;
font-weight: bold;
}
/* Start Fix for Colorbox Edges */
#cboxTopLeft {
background-position:-100px 0 !important;
}
#cboxBottomLeft {
background-position:-100px -29px !important;
}
#cboxBottomRight {
background-position:-129px -29px !important;
}
#cboxTopRight {
background-position: -129px 0 !important;
}
/* End Fix for Colorbox Edges */
#mobile_switch {
	text-align:center;
}
blockquote {
	text-indent:50px;
}
