/*************************
Global
*************************/

html {
	height: 100%;
	width: 100%;
}

body {
	background: #fff;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}

.wrapper {
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	width: 971px;
}

* :focus {
	outline: 0;
}

.hidden {
	display: none;
}

.single_line_break {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

img {
	border: 0;
}

br.clear_floats {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

/*************************
Layout
*************************/

.header {
	height: 132px;
	overflow: hidden;
	position: relative;
}

.header img.logo {
	display: block;
	left: 3px;
	position: absolute;
	top: 0;
}

.header ul.links {
	font-size: 11px;
	left: 372px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 10px;
}

.header ul.links li {
	display: inline;
}

.header ul.links li a {
	background: url("/images/design/header_links_divider.gif") 100% 3px no-repeat;
	color: #000;
	margin: 0 1px 0 0;
	padding: 0 6px 0 0;
	text-decoration: none;
}

.header ul.links li a:hover {
	color: #63569f;
}

.header ul.links li.last a {
	background: none;
	margin: 0;
	padding: 0;
}

.header form.search {
	left: 325px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 44px;
}

.header form.search fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.header form.search fieldset input.text {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 150px;
}

.header form.search fieldset input.submit {
	display: block;
	float: left;
}

.header .embroidery {
	display: block;
	left: 565px;
	position: absolute;
	top: 39px;
}

.header .printing {
	display: block;
	left: 677px;
	position: absolute;
	top: 39px;
}

.header .basket {
	background: url("/images/design/header_basket_bg.gif") no-repeat;
	height: 51px;
	right: 0;
	position: absolute;
	top: 22px;
	width: 126px;
}

.header .basket span.title {
	color: #63569f;
	display: block;
	padding: 2px 0 0 33px;
	font-size: 15px;
}

.header .basket .item_count {
	float: left;
	margin: 6px 0 0 0;
	overflow: hidden;
	padding: 1px 0 0 0;
	text-align: center;
	width: 61px;
}

.header .basket .item_count span {
	display: block;
	font-size: 11px;
	line-height: 12px;
}

.header .basket .total_price {
	float: left;
	margin: 6px 0 0 1px;
	overflow: hidden;
	padding: 1px 0 0 0;
	text-align: center;
	width: 64px;
}

.header .basket .total_price span {
	display: block;
	font-size: 11px;
	line-height: 12px;
}

.header ul.navigation {
	background: url("/images/design/header_navigation_bg.gif") no-repeat;
	bottom: 0;
	height: 44px;
	left: 0;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 971px;
}

.header ul.navigation li {
	float: left;
}

.header ul.navigation li img {
	display: block;
}

.sidebar {
	float: left;
	width: 224px;
}

.sidebar .container {
	background: #63569e; 
	overflow: hidden;
	position: relative;
	width: 224px;
}

.sidebar .container span.title {
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 0 15px 0;  
	text-align: center;
}

.sidebar .container span.title a {
	color: #fff;
	text-decoration: none;
}

.sidebar .container ul.navigation {
	font-size: 13px;        /* replace */
	font-weight: normal;    /* replace */
	list-style-type: none;
	margin: 0;
    display: block;
	padding: 0 20px 0 10px;    /* replace */
    height: 100%;  /* add */
}

.sidebar .container ul.navigation li {
	border-bottom: 1px dashed #a3a3a3;      /* replace */
	margin: 0 0 5px 0;                     /* replace */
	padding: 0 0 5px 0;                    /* replace */
}

.sidebar .container ul.navigation li a {
	color: #000;
	text-decoration: none;
}

.sidebar .container ul.navigation li a:hover {
	background: #000;
	color: #fff;
}

.sidebar .container ul.navigation li ul {
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	list-style-type: none;
	margin: 0;
	padding: 2px 0 0 0;
}

.sidebar .container ul.navigation li ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.sidebar .container ul.navigation li ul li a {
	color: #63569f;
}

.sidebar .container ul.navigation li ul li a:hover {
	background: #63569f;
	color: #fff;
}

.sidebar .container .inner_box {
	background: #fff url("/images/design/sidebar_inner_box_bg_top.gif") no-repeat;
	margin: 0 0 0 12px;
	width: 201px;
}

.sidebar .container .inner_box span.title {
	color: #63569f;
	display: block;
	font-size: 17px;
	font-weight: bold;
	padding: 8px 0 0 12px;
	text-align: left;
}

.sidebar .container .inner_box .special_offer {
	background: url("/images/design/sidebar_inner_box_divider.gif") 50% 100% no-repeat;
	overflow: hidden;
	padding: 0 0 18px 0;
	width: 100%;
}

.sidebar .container .inner_box img {
	float: left;
	padding: 23px 0 0 6px;
	width: 60px;
}

.sidebar .container .inner_box .special_offer .details {
	float: left;
	overflow: hidden;
	width: 135px;
}

.sidebar .container .inner_box .special_offer .details span.title {
	font-size: 12px;
	padding: 31px 0 0 10px;
}

.sidebar .container .inner_box .special_offer .details span.title a {
	color: #63569f;
}

.sidebar .container .inner_box .special_offer .details span.title a:hover {
	background: #63569f;
	color: #fff;
}

.sidebar .container .inner_box .special_offer .details ul.specifications {
	font-size: 11px;
	line-height: 13px;
	list-style-type: none;
	margin: 0;
	padding: 6px 0 0 12px;
}

.sidebar .container .inner_box .special_offer .details ul.specifications li {
	background: url("/images/design/special_offers_bullet.gif") 0 6px no-repeat;
	padding: 0 0 0 8px;
}

.sidebar .container .inner_box .special_offer .details span.price {
	display: block;
	font-size: 14px;
	padding: 10px 0 0 14px;
}

.sidebar .container .inner_box .special_offer .details span.price span.enlarged {
	font-size: 28px;
}

.sidebar .container .inner_box .special_offer .details span.original_price {
	display: block;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	text-decoration: line-through;
}

.sidebar .container .inner_box span.view_all_offers {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 26px 0 23px 0;
	text-align: center;
}

.sidebar .container .inner_box span.view_all_offers a {
	color: #000;
	text-decoration: none;
}

.sidebar .container .inner_box span.view_all_offers a:hover {
	background: #000;
	color: #fff;
}

.sidebar .container .inner_box .bottom {
	background: url("/images/design/sidebar_inner_box_bg_bottom.gif") no-repeat;
	height: 6px;
	overflow: hidden;
	width: 201px;
}

.sidebar .container ul.service_buttons {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 7px 0 0 2px;
	width: 100%;
}
.sidebar .container ul.service_buttons li {
	float: left;
	padding: 0 0 0 4px;
}

.sidebar .bottom {
	background: url("/images/design/sidebar_bg_bottom.gif") no-repeat;
	clear: both;
	height: 12px;
	overflow: hidden;
	width: 224px;
}

.sidebar .accepted_cards {
	height: 60px;
	position: relative;
}

.sidebar .accepted_cards img {
	display: block;
	left: -6px;
	position: absolute;
	top: 8px;
}

.main_area {
	background: url("/images/design/main_area_bg_corner.gif") no-repeat;
	float: left;
	overflow: hidden;
	padding: 0 0 25px 0;
	width: 747px;
}

.main_area ul.breadcrumb {
	color: #76b03c;
	display: block;
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 18px;
}

.main_area ul.breadcrumb li {
	display: inline;
}

.main_area ul.breadcrumb li a {
	background: url("/images/design/breadcrumb_divider.gif") 100% 5px no-repeat;
	color: #76b03c;
	padding: 0 10px 0 0;
	text-decoration: none;
}

.main_area ul.breadcrumb li a:hover {
	color: #000;
}

.main_area ul.breadcrumb li.last a {
	background: none;
	padding: 0;
}

.main_area .pagination {
	clear: both;
}

.main_area .pagination ul {
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 18px 0;
	width: 100%;
}

.main_area .pagination ul li {
	display: inline;
}

.main_area .pagination ul li a {
	background: #e5e5e5;
	color: #000;
	padding: 2px;
	text-decoration: none;
}

.main_area .pagination ul li a:hover {
	background: #000;
	color: #fff;
}

.main_area .pagination ul li.current_page a {
	font-weight: bold;
}

.main_area .front_page h1 {
	color: #333385;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 10px 0 7px 19px;
}

.main_area .front_page p {
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	padding: 0 0 9px 19px;
}

.main_area .front_page .categories {
	overflow: hidden;
	padding: 0 0 0 19px;
	width: 100%;
}

.main_area .front_page .categories .category {
	border: 1px solid #b1b1b1;
	float: left;
	margin: 9px 9px 0 0;
	overflow: hidden;
	width: 173px;
}

.main_area .front_page .categories .category span.title {
	display: block;
	font-size: 15px;
	padding: 4px 0 5px 0;
	text-align: center;
}

.main_area .front_page .categories .category span.title a {
	color: #63569f;
	text-decoration: none;
}

.main_area .front_page .categories .category span.title a:hover {
	background: #63569f;
	color: #fff;
}

.main_area .front_page .categories .category img.photo {
	display: block;
	margin: 0 0 0 1px;
}

.main_area .front_page .categories .category ul.gender {
	float: left;
	font-size: 12px;
	line-height: 16px;
	list-style-type: none;
	margin: 0;
	padding: 11px 0 0 6px;
}

.main_area .front_page .categories .category ul.gender li a {
	background: url("/images/design/category_bullet.gif") 0 6px no-repeat;
	color: #000;
	padding: 0 0 0 8px;
	text-decoration: none;
}

.main_area .front_page .categories .category ul.gender li a:hover {
	background: #000;
	color: #fff;
}

.main_area .front_page .categories .category img.view_all {
	display: block;
	float: right;
	padding: 8px 9px 7px 0;
}

.main_area .front_page .view_our_full_range {
	float: left;
	padding: 9px 0 0 0;
}

.main_area .front_page .bespoke {
	background: url("/images/design/bespoke_bg.jpg") no-repeat;
	float: left;
	margin: 9px 0 0 9px;
	height: 243px;
	width: 543px;
}

.main_area .front_page .bespoke img.title {
	display: block;
	padding: 9px 0 11px 17px;
}

.main_area .front_page .bespoke p {
	color: #535353;
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0 225px 21px 23px;
}

.main_area .front_page .bespoke img.click_here {
	display: block;
	padding: 3px 0 0 21px;
}

.main_area .product_categories {
	overflow: hidden;
	width: 100%;
}

.main_area .product_categories h1 {
    color: #333385;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	padding: 7px 0 15px 17px;
}

.main_area .product_categories p {
	margin: 0;
	padding: 0 0 18px 17px;
	font-size: 12px;
	line-height: 15px;	
}

.main_area .product_categories ul.categories {
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 0 10px;
	width: 100%;
}

.main_area .product_categories ul.categories li {
	float: left;
	margin: 0 0 2px 7px;
}

.main_area .product_categories ul.categories li img {
	display: block;
}

.main_area .product_display h1 {
	color: #63569f;
	font-size: 19px;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 6px 11px;
}

.main_area .product_display p {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0 0 15px 12px;
}

.main_area .product_display .images {
	float: left;
	overflow: hidden;
	padding: 0 0 0 7px;
	width: 371px;
}

.main_area .product_display .images img.large_image {
	display: block;
	float: left;
}

.main_area .product_display .images .small_images {
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
}

.main_area .product_display .images .small_images span {
	color: #676767;
	display: block;
	font-size: 12px;
	line-height: 9px;
	padding: 0 0 5px 0;
	text-align: center;
}

.main_area .product_display .images .small_images ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main_area .product_display .images .small_images ul li {
	height: 1%;
}

.main_area .product_display .images .small_images ul li img {
	border: 1px solid #000;
	margin: 0 0 2px 0;
	padding: 0;
	vertical-align: bottom;
}

.main_area .product_display .details {
	float: left;
	overflow: hidden;
	width: 369px;
}

.main_area .product_display .details img.brand {
	display: block;
	padding: 0 0 0 10px;
}

.main_area .product_display .details ul.features {
	color: #5a5a5c;
	font-size: 12px;
	line-height: 15px;
	list-style-type: none;
	margin: 0;
	padding: 15px 0 0 16px;
}

.main_area .product_display .details ul.features li {
	background: url("/images/design/product_display_features_bullet.gif") 0 6px no-repeat;
	padding: 0 0 0 15px;
}

.main_area .product_display .details .price_standards {
	background: url("/images/design/price_standards_bg.gif") no-repeat;
	height: 117px;
	margin: 10px 0 0 7px;
	padding: 5px;
	position: relative;
	width: 339px;
}

.main_area .product_display .details .price_standards span.title {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 3px 0 11px 2px;
}

.main_area .product_display .details .price_standards dl {
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 3px 0;
	width: 339px;
}

.main_area .product_display .details .price_standards dl dt {
	height: 1%;
	clear: both;
	color: #3d326c;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 0 0 5px 0;
	text-align: right;
	width: 185px;
}

.main_area .product_display .details .price_standards dl dd {
	clear: right;
	float: right;
	font-size: 11px;
	margin: 0;
	overflow: hidden;
	padding: 0 0 5px 0;
	width: 145px;
}

.main_area .product_display .details .price_standards .top {
	background: url("/images/design/price_standards_bg_top.gif") no-repeat;
	height: 6px;
	left: 0;
	position: absolute;
	top: 0;
	width: 349px;
}

.main_area .product_display .details .price_standards .bottom {
	background: url("/images/design/price_standards_bg_bottom.gif") no-repeat;
	bottom: 0;
	height: 6px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 349px;
}

.main_area .product_display .details .options {
	border: 1px dashed #808080;
	margin: 24px 0 0 7px;
	padding: 12px 0 0 0;
}

.main_area .product_display .details .options .form_wrap {
	margin: 0;
	padding: 0;
}

.main_area .product_display .details .options .form_wrap fieldset {
	border: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.main_area .product_display .details .options .form_wrap fieldset label {
	clear: both;
	display: block;
	float: left;
	font-size: 12px;
	padding: 3px 8px 0 0;
	text-align: right;
	width: 100px;
}

.main_area .product_display .details .options .form_wrap fieldset select {
	display: block;
	float: left;
	margin: 0 0 2px 0;
	width: 175px;
}

.main_area .product_display .details .options .form_wrap fieldset input.quantity {
	float: left;
	width: 50px;
}

.main_area .product_display .details .options .form_wrap fieldset input.submit {
	display: block;
	float: left;
	margin: 0 0 0 2px;
}

.main_area .product_display .details .options .prices span.title {
	font-size: 14px;
	margin: 0;
	padding: 4px 0 0 10px;
}

.main_area .product_display .details .options .prices dl {
	background: #ebe6de;
	margin: 2px 5px 5px 5px;
	overflow: hidden;
	padding: 3px 0 8px 0;
	width: 350px;
}

.main_area .product_display .details .options .prices dl dt {
	clear: both;
	display: block;
	float: left;
	font-size: 11px;
	margin: 0;
	padding: 3px 0 0 8px;
	text-align: left;
	width: 125px;
}

.main_area .product_display .details .options .prices dl dd {
	clear: right;
	display: block;
	float: right;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 8px;
	text-align: left;
	width: 200px;
}

.main_area .product_display .details .embroider {
	float: left;
	padding: 10px 0 0 7px;
}

.main_area .product_display .details .print {
	float: left;
	padding: 10px 0 0 5px;
}

.main_area .product_list {
	overflow: hidden;
	padding: 16px 0 0 11px;
	width: 100%;
}

.main_area .product_list .product_filter {
	background: url("/images/design/product_list_filter_box_bg.gif") repeat-y;
	margin: 0 0 13px 0;
	overflow: hidden;
	padding: 11px 0 6px 0;
	position: relative;
	width: 736px;
}

.main_area .product_list .product_filter span.title {
	color: #63569f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin: 0 15px 3px 15px;
	padding: 0 0 5px 0;
}

.main_area .product_list .product_filter .filter {
	border-top: 1px solid #d9d9d9;
	overflow: hidden;
	margin: 0 15px 6px 15px;
	padding: 4px 0 0 0;
	width: 705px;
}

.main_area .product_list .product_filter .catfilter {
    padding-bottom: 5px; /* fix to stop cats being cut off */
}

.main_area .product_list .product_filter .filter .type {
	clear: both;
	float: left;
	width: 100px;
} 

.main_area .product_list .product_filter .filter .criteria {
	float: left;
	width: 605px;
}

.main_area .product_list .product_filter .filter .type span, 
.main_area .product_list .product_filter .filter .criteria span {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.main_area .product_list .product_filter .filter .type span a, 
.main_area .product_list .product_filter .filter .criteria span a {
	color: #2e245c;
	text-decoration: none;
}

.main_area .product_list .product_filter .filter .type span a.current_filter, 
.main_area .product_list .product_filter .filter .criteria span a.current_filter {
	background: #2e245c;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.main_area .product_list .product_filter .filter .type span a:hover, 
.main_area .product_list .product_filter .filter .criteria span a:hover {
	background: #2e245c;
	color: #fff;
}

.main_area .product_list .product_filter .top {
	background: url("/images/design/product_list_filter_box_bg_top.gif") no-repeat;
	height: 14px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 736px;
}

.main_area .product_list .product_filter .bottom {
	background: url("/images/design/product_list_filter_box_bg_bottom.gif") no-repeat;
	bottom: 0;
	height: 14px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 736px;
}

.main_area .product_list span.product_number {
	clear: both;
	display: block;
	font-size: 11px;
	padding: 0 0 7px 0;
}

.main_area .product_list .product {
	background: url("/images/design/product_list_box_bg.gif") no-repeat;
	float: left;
	margin: 0 4px 13px 0;
	width: 181px;
}

.main_area .product_list .product_new_row {
	clear: both;
}

.main_area .product_list .product .image {
	height: 155px;
	line-height: 155px;
	margin: 10px 7px 0 7px;
	overflow: hidden;
	position: relative;
	text-align: center;
	width: 167px;
}

.main_area .product_list .product .image img {
	display: inline;
	vertical-align: middle;
}

.main_area .product_list .product .title {
	font-size: 12px;
	height: 60px;
	overflow: auto;
	padding: 10px 5px 0 5px;
	text-align: center;
}

.main_area .product_list .product .title a {
	color: #2e245c;
	text-decoration: none;
}

.main_area .product_list .product .title a:hover {
	background: #2e245c;
	color: #fff;
}

.main_area .product_list .product .price {
	color: #808080;
	font-size: 11px;
	text-align: center;
	height: 20px;
}

.main_area .product_list .product .price strong {
	color: #000;
	font-weight: normal;
}

.main_area .product_list .product img.bottom {
	display: block;
}

.main_area .product_display .tabs {
	clear: both;
	padding: 27px 0 0 9px;
	float: right;
}

.main_area .product_display .tabs ul.navigation {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 718px;
}

.main_area .product_display .tabs ul.navigation li {
	float: right;
}

.main_area .product_display .tabs ul.navigation li img {
	display: block;
}

.main_area .product_display .tabs .content {
	border-right: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
	border-left: 1px solid #a7a7a7;
	clear: both;
	overflow: hidden;
	width: 716px;
}

.main_area .product_display .tabs .content span.title {
	display: block;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 12px 12px 18px 12px;
}

.main_area .product_display .tabs .content p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 12px 18px 12px;
}

.main_area .product_display .tabs .content ul {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
	padding: 0 10px 18px 36px;
}

.main_area .product_display .tabs .content .other_products {
	padding: 0 5px 0 5px;
}

.main_area .product_display .tabs .content .other_products .product {
	float: right;
	overflow: hidden;
	padding: 10px 0 3px 0;
	width: 110px;
}

.main_area .product_display .tabs .content .other_products .image {
	margin: auto auto;
}

.main_area .product_display .tabs .content .other_products .title {
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana;
	margin: auto auto;
}

.main_area .product_display .tabs .content .other_products .product img {
	display: block;
	margin: 0 auto;
}

.main_area .product_display .tabs .content .other_products .product a {
	color: #003883;
	display: block;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
}

.main_area .product_display .tabs .content .other_products .product a:hover {
	color: #000;
}

.footer {
	background: #ebe6de;
	clear: both;
	overflow: hidden;
	width: 100%;
	position: relative;
}

.footer .socials {    
    float: right;
    padding-top: 7px;
    
}

.footer .socials a img {    
    margin-right: 7px;
}

.footer .container {
	margin: 0 auto;
	overflow: hidden;
	padding: 13px 0 16px 0;
	position: relative;
	width: 600px;
}

.footer .container ul {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 33%;
	height: 150px;
}

.footer .container ul li span.title {
	color: #63569f;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 8px 0;
	text-decoration: none;
	text-align: left;
}

.footer .container ul li ul {
	float: none;
	font-size: 11px;
	line-height: 13px;
	width: 100%;
}

.footer .container ul li ul li a {
	color: #4c4c4c;
	text-decoration: none;
}

.footer .container ul li ul li a:hover {
	background: #4c4c4c;
	color: #fff;
}

.footer .copyright_and_attribution {
	background: #dad7d1;
	clear: both;
	overflow: hidden;
	width: 100%;
}

.footer .copyright_and_attribution span.copyright {
	color: #63569f;
	display: block;
	float: right;
	font-size: 11px;
	padding: 12px 8px 14px 0;
}


/***** new menu *****/

.container .menu_box, .container .recently_viewed {
   background: url(/images/menu_bg_top.gif) no-repeat;
   padding: 0;
   margin: 0;
   margin-left: 11px;
   padding-top: 11px;
   width: 199px;
   margin-bottom: 10px;
}
.container .recently_viewed {
  background: url(/images/recent_bg_top.gif) no-repeat;
  margin-top: 10px;
}
.container .recently_viewed h2 {
  color: #63569e;
}
.container .menu_btm, .container .recently_viewed_btm {
   position: relative;
   background: url(/images/menu_bg_btm.gif) no-repeat 0 0;
   height: 10px;
   padding: 0;
   margin: 0;
}
.container .recently_viewed_btm {
  background: url(/images/recent_bg_btm.gif) no-repeat;
}
.container .menu_box ul.navigation {
  position: relative;
  padding-bottom: 20px;
  background: url(/images/menu_bg_mid.gif) repeat-y;
}
.container .navigation .itemNr {
  font-weight: bold;
}
.container .recently_viewed td {
  font-size: 12px;
  padding: 4px;
  background-color: #f2f1f1;
}
.container .recently_viewed td.title {
  color: #63569e;
  font-size: 17px;
  font-weight: bold;
  display: block;
  text-align: center;
  background: none;
  padding-bottom: 15px;
}
.container .recently_viewed td a {
  font-size: 11px;
  text-decoration: none;
  color: #63569e;
  padding-right: 2px;
}
.container .recently_viewed td a:hover {
  text-decoration: underline;
}
.container .recently_viewed td.alt {
  background-color: #fff;
}
.container .recently_viewed .t_outer {
  background: url(/images/recent_bg_mid.gif);
  width:100%;
  padding-bottom: 10px;
}


.miniNews
{
    margin:15px;
    padding:0 10px 20px 10px;

    font-size:12px;
}

.miniNews h2
{
    font-size:14px;
    color:#333385;
}

.miniNews a
{
    font-size:12px;
    color:#333385;
    text-decoration:none;
}

.miniNews a:hover
{
    font-size:12px;
    color:#333385;
       text-decoration:underline;
}

.embroidery_and_printing {
	font-family: Arial;
}

.embroidery_and_printing h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 20px 0 10px 20px;
}

.embroidery_and_printing h2 {
	clear: both;
	color: #63569e;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 15px 0 10px 20px;
}

.embroidery_and_printing img.aligned_right {
	float: right;
	padding: 20px 0 0 20px;
}

.embroidery_and_printing p.introduction {
	color: #808080;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 0 20px;
}

.embroidery_and_printing .field {
	float: left;
	overflow: hidden;
	width: 225px;
}

.embroidery_and_printing .field_file {
	width: 235px;
}

.embroidery_and_printing .field_small {
	width: 190px;
}

.embroidery_and_printing .field_smaller {
	width: 160px;
}

.embroidery_and_printing label {
	clear: both;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px 20px;
}

.embroidery_and_printing .checkbox {
	padding-left: 16px;
}

.embroidery_and_printing .checkbox label {
	clear: none;
	display: inline;
	font-size: 13px;
	font-weight: normal;
	padding: 0 10px 0 0;
}

.embroidery_and_printing input.text {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 15px 20px;
	width: 190px;
}

.embroidery_and_printing select {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 15px 20px;
	width: 125px;
}

.embroidery_and_printing .field_smaller input.text {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 15px 20px;
	width: 125px;
}

.embroidery_and_printing p.data {
	color: #737373;
	font-size: 13px;
	margin: 0 0 15px 20px;
	padding: 0;
}

.embroidery_and_printing input.submit {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
}

.embroidery_and_printing input.submit_floated {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 0 20px;
}

.embroidery_and_printing input.submit_floated_2 {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 2px;
}

.embroidery_and_printing input.file {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 0 0 20px;
	width: 185px;
}

.embroidery_and_printing p.note {
	clear: both;
	color: #926000;
	font-size: 13px;
	margin: 0;
	padding: 0 20px 10px 20px;
}

.embroidery_and_printing textarea {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 75px;
	margin: 0 0 12px 20px;
	width: 648px;
}

.embroidery_and_printing .about_the_garment img.aligned_left {
	float: left;
	padding: 3px 10px 0 20px;
}

.embroidery_and_printing .about_the_garment .information {
	float: left;
}

.embroidery_and_printing .about_the_garment .information p.product_title {
	font-size: 15px;
	margin: 0;
	padding: 0 0 2px 0;
}

.embroidery_and_printing .about_the_garment .information p.product_meta {
	color: #808080;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.embroidery_and_printing .about_the_garment .information p.product_meta strong {
	color: #000;
}

.embroidery_and_printing .copy {
	clear: both;
	padding: 20px 0 0 0;
}

.embroidery_and_printing .copy a {
	color: #408000;
	text-decoration: none;
}

.embroidery_and_printing .copy a:hover {
	color: #bf0000;
	text-decoration: none;
}

.embroidery_and_printing .copy a:active,
.embroidery_and_printing .copy a:focus {
	color: #bf0000;
	text-decoration: underline;
}

.embroidery_and_printing .copy h2 {
	clear: both;
	color: #63569e;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 16px 20px;
}


.embroidery_and_printing .copy p {
	font-size: 13px;
	line-height: 16px;
	margin: 0;
	padding: 0 20px 16px 20px;
}

.embroidery_and_printing .copy p.introduction {
	color: #808080;
	font-size: 15px;
	line-height: 18px;
	margin: 0;
	padding: 0 20px 18px 20px;
}

