 @charset "UTF-8";
/* CSS Document */


html,body {
	margin: 0px;
	padding: 0px;
	
	width:100%;
	min-width: 1024px;
	
	height:100%;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	
	background: #fcfcfc url(http://westgate-shopping.com/img/bg2.jpg) repeat-x top left;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Lato', Arial, serif;
	font-weight: normal;
	text-transform:uppercase;
	color: #000000;
}

h1, h2, h3 {
	font-size:28px;
	margin-top: 5px;
	margin-bottom: 7px;
	line-height:30px;
}

h4, h5, h6 {
	font-size:18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

h2, h5 {
	color: #A5A5A5;
}

h3, h6 {
	color:#FFFFFF;
	text-shadow: 0px 0px 2px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

a:link, a:visited {
	color: #E0010F;
	text-decoration: none;
}

a:hover {
	color: #E0010F;
	text-decoration:underline;
}

.font {
	font-family: 'Lato', Arial, serif;
}

.container {
	width: 100%;
    height: auto;
	margin: auto;
    padding: 0px;
    padding-top: 0px;
    margin-top: 0px;
	text-align: left;
	background-color: #FFF;
}

.header {
	width: 100%;
	margin: 0px;
	z-index:100;
}

.header .headerbox {
	width: 1024px;
	height: 140px;
    border: none;
    margin: 0px;
	padding: 0px;
	background-repeat:no-repeat;
	position: relative;
	z-index: 500;
}

.header .headerbox .logo {
	display:block;
	position:absolute;
	top: 0px;
	left: 10px;
	z-index:9999;
}

.header .headerbox .menu_line {
	display:block;
	width:1024px;
	height:1px;
	background: #CCC;
	
	position:absolute;
	top:90px;
	left:0px;
}

.highlightbox {
	margin: 0px;
	margin-bottom: 50px;
	/*background: rgba(0,0,0,0.1);*/
}

.titlearea {
	margin: 0px;
	width: 100%;
	z-index:1;
}

.titlearea .titlediv {
	position:relative;
	width: 964px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
    font-size: 14px;
}

.titlearea .titlediv .title {
	font-size:14px;
	line-height: 20px;
	color:#555555;
	text-transform: capitalize;
	font-weight:normal;
	padding: 0px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
}

.titlearea .titlediv .title #title {
	float: left;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	padding-top:0px;
	vertical-align: baseline;
}

.titlearea .titlediv .title #title_elem_current {
	color: #000000;
}

.titlearea .titlediv .title .elem {
	display:inline-block;	
	padding-top:3px;
	padding-left: 10px;
	padding-right: 10px;	
	color: #555555;
	text-decoration:none;
	cursor:pointer;
}

.titlearea .titlediv .title .elem:hover {
	color:#000000;
}

.titlearea .titlediv .title .lang {
	font-size:12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right:10px;
	position:absolute;
	top:40px;
	right:20px;
}

.title .searchbox {
	float:right;
	display: inline-block;
	padding: 0px;
}

.title .searchbox .pattern {
	color:#000000;
	width:160px;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px; 
	height: 20px;
	margin-right: 0px;
	
	-webkit-border-top-left-radius: 3px;
	-moz-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	
	font-size: 12px;
	line-height:25px;
	border: 1px solid #BBB;
	border-right: none;
	
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* W3C */
}

.title .searchbox .search_button {
	height:26px;
	width:26px;
	background: #EFEFEF url(../img/input_loupe.png) center center no-repeat;
	cursor: pointer;
	margin:0px;
	
	-webkit-border-top-left-radius: 0px;
	-moz-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
	
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.title .searchbox .search_button:hover {
	background-color: #F8F8F8;
}

.titlearea .titlediv .lang a, .contentarea .contentbox .lang a:visited {
	color:#555555;
	text-transform:uppercase;
	text-decoration:none;
}

.titlearea .titlediv .lang a:hover {
	color:#000000; 
 }

.contentarea
{
	margin: 0px;
	width: 100%;
	min-width: 1024px;
	z-index:1;
}

.contentarea .contentbox {
	position:relative;
	width: 964px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
	line-height: 1.5em;
    min-height: 200px;
    font-size: 14px;
	/* background: rgba(255,255,255,0.9); */
	
	-webkit-border-top-right-radius: 5px;
	-moz-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	
	-webkit-border-top-left-radius: 5px;
	-moz-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
}

.contentarea .socialbox {
	clear: both;
	width: 964px;
	padding-top: 40px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
}

.clear {
	clear:both;	
}

.footer	
{
	width:100%;	
	min-width: 1024px;
	
	margin: 0px;
	padding: 0px;
	
	background: #111111; /* Old browsers */
	background: -moz-linear-gradient(top, #111111 0%, #262626 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#111111), color-stop(100%,#262626)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #111111 0%,#262626 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #111111 0%,#262626 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #111111 0%,#262626 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#262626',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #111111 0%,#262626 100%); /* W3C */
	
	border-top: 1px #e5e5e5 solid;
	
	-webkit-box-shadow: 0px 0px 20px #999999;
	-moz-box-shadow: 0px 0px 20px #999999;
	box-shadow: 0px 0px 20px #999999;
}

.footer .footerbox {
	width:1024px;
	color: #FFFFFF;	
	padding:30px;
	padding-bottom: 10px;	
}

.footer .footerbox .footernav .section {
	float:left;
	width: 140px;
	padding-right: 10px;
}

.footer .footerbox .footernav .section .title {
	display:block;
	font-size:14px;
	margin-bottom: 10px;
	
	text-decoration:none;
	color: #FFFFFF;
	text-transform:uppercase;
}

.footer .footerbox .footernav .section .title:hover {
	color: #FFFFFF;
}

.footer .footerbox .footernav .section .subelement {
	display:block;
	text-decoration:none;
	color: #BBBBBB;
	margin-bottom: 11px;
	font-size:12px;
	text-transform: capitalize;
}

.footer .footerbox .footernav .section .subelement:hover {
	color: #ffffff;
}

.footer .footerbox .copyright #date {
	text-transform:capitalize;
}

.footer .footerbox .copyright {
	font-size:14px;
	line-height: 18px;
	padding-bottom: 10px;
}

button, .button {
	background-color: #EFEFEF;
	
	border: #BBB solid 1px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	color:#000000;
	font-size:14px;
	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	
	cursor: pointer;
	margin: 0px;
}

a.button, a:visited.button, a:hover.button {
	color:#000000;
	text-decoration:none;
}

button:hover, .button:hover {
	background: #F4F4F4;
}

.button:active {
	background: #F4F4F4;
}

button.disabled, .button.disabled {
	background:#F4F4F4;
}

button#next, .button#next {
	background: #EFEFEF url(../img/arrows/b_next.png) no-repeat right center;
	padding-right: 20px;
}

button:hover#next:hover, .button:hover#next, button.disabled#next, .button.disabled#next {
	background: #F4F4F4 url(../img/arrows/b_next.png) no-repeat right center;
}

button#previous, .button#previous {
	background: #EFEFEF url(../img/arrows/b_back.png) no-repeat left center;
	padding-left: 20px;
}

button:hover#previous, .button:hover#previous, button.disabled#previous, .button.disabled#previous {
	background: #F4F4F4 url(../img/arrows/b_back.png) no-repeat left center;
}

button#up, .button#up {
	background: #EFEFEF url(../img/arrows/b_up.png) no-repeat left center;
	padding-left: 27px;
}

button:hover#up, .button:hover#up, button.disabled#up, .button.disabled#up  {
	background: #F4F4F4 url(../img/arrows/b_up.png) no-repeat left center;
}

hr {
	background-color: #CCCCCC;
	border:none;
	width: 80%;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.box {
	display: inline-block;
	padding: 20px;
}

.inputfield {
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px; 
	height: 26px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	font-size: 12px;
	line-height:26px;
	border: 1px solid #BBBBBB;
	
	background: #f8f8f8; /* Old browsers */
	background: -moz-linear-gradient(top, #f8f8f8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f8f8f8 0%,#ffffff 100%); /* W3C */
}

.button#search {
	height:28px;
	width:28px;
	margin-left: 10px;
	background: #EFEFEF url(../img/input_loupe.png) center center no-repeat;
}

.button:hover#search {
	background: #f8f8f8 url(../img/input_loupe.png) center center no-repeat;
}

.search_result {
	padding: 20px;
	display: block;
	width: 800px;
	margin-bottom: 30px;
}

.search_result .result_sitename {
	
}

.search_result .result_text {
	font-size:12px;
	margin-bottom:12px;
}

.img_preview {
	clear:right;
	display:inline-block;
	background:#FFFFFF;
	margin: 5px;
	padding: 0px;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.img_preview_shadow {
	webkit-box-shadow: 0px 0px 5px #666666;
	-moz-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

.img_preview img {
	border:none;
	vertical-align:top;
}

.img_preview_shadow:hover {
	webkit-box-shadow: 0px 0px 10px #333333;
	-moz-box-shadow: 0px 0px 10px #333333;
	box-shadow: 0px 0px 10px #333333;
}

.img_gallery {
	padding:10px;
}

.img_gallery .title {
	margin-left:10px; 
	margin-bottom: 10px;
}

.img_gallery .nav {
	display:block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 50px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_gallery .nav .spacer {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #440417;
}

.img_gallery .nav a {
	text-decoration: none;
}

.img_gallery .thumb {
	display: inline-block;
	cursor:pointer;
	
	-webkit-box-shadow: #333333 0px 0px 5px;
	-moz-box-shadow: #333333 0px 0px 5px;
	box-shadow: #333333 0px 0px 5px;
	
	margin-top: 10px;
	margin-bottom: 10px;
}

.img_gallery .thumb img {
	border:none;
}

.flippingbook_preview {
	display: inline-block;
	cursor: pointer;
	padding: 10px 1px 1px 1px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	border: none;
	text-decoration: none;
}

.flippingbook_preview:hover {
	background:#FFFFFF;
	padding: 9px 0px 0px 0px;
	border:1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.flippingbook_preview img {
	
}

.flippingbook_preview h4 {
	width:180px;
}

.download {
	display: inline-block;
	padding: 5px;	
	margin: 1px;
}

.download:hover {
	background-color: #F8F8F8;
	border: 1px solid #CCCCCC;
	margin: 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.download .description {
	color: #000000;
}

.special_offer_detailed {
	
}

.special_offer_detailed .product_image_small {
	float:right;
	margin-right: 20px;
	margin-left: 60px;
	margin-bottom: 30px;
}

.special_offer_detailed .product_image_large {
	clear:right;
	margin-bottom: 30px;
}

.special_offer_detailed .product_image_small .product_shoplogo {
	display: block;
	margin: 0px 0px 20px 0px;
	border: none;
}

.special_offer_detailed .product_image_small .product_image {
	display:block;
}

.img_preview, .special_offer_detailed .product_additional_images .product_additional_image {
	margin: 10px;
}

.special_offers_list {
	display:block;
}

.special_offers_list .offer_list_elem {
	display:inline-block;
	position: relative;
	width: 430px;
	height: 150px;
	margin: 4px;
	padding: 15px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #DFDFDF;
	background: #F8F8F8;
}

.special_offers_list .offer_list_elem:hover {
	border: 1px solid #CCC;
}

.special_offers_list .offer_list_selection {
	margin-bottom: 10px;
}

.special_offers_list .offer_list_elem .product_img {
	width: 110px;
	height: 150px;
}

.special_offers_list .offer_list_elem .product_descr {
	width: 340px;
}

.special_offers_list .offer_list_elem .product_descr img {
	margin-top: 5px;
}

.special_offers_list .offer_list_elem h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
}

.special_offers_list .offer_list_elem .tf_show_detailed {
	position: absolute;
	display:inline;
	bottom:10px;
	right:24px;
	text-transform:uppercase;
	font-size:11px;
	visibility:hidden;
	
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	 -moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;
	
	
	-webkit-transition: all 200ms ease-in;
	-moz-transition: all 200ms ease-in;
	transition: all 200ms ease-in;
}

.special_offers_list .offer_list_elem:hover .tf_show_detailed {
	visibility:visible;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	 -moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

.eventOverview .elem {
	display: inline-block;
	width: 470px;
	cursor: pointer;
	
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 5px;
	
	text-decoration:none;
	color: inherit;
	
	vertical-align:top;
}

.eventOverview .elem .button {
	visibility:hidden;
}

.eventOverview .elem:hover .button {
	visibility:visible;
}

.eventOverview .elem .datebox {
	width: 100px;
	height: 80px;
}

.eventOverview .elem .datebox .month {
	width: 82px;
	height: 18px;
	
	padding-top: 3px;
	padding-bottom: 2px;
	
	background: #bf000e; /* Old browsers */
	background: -moz-linear-gradient(top, #bf000e 0%, #a90329 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bf000e), color-stop(100%,#a90329)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #bf000e 0%,#a90329 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #bf000e 0%,#a90329 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #bf000e 0%,#a90329 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000e', endColorstr='#a90329',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #bf000e 0%,#a90329 100%); /* W3C */
	
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	
	line-height: 14px;
	color: #FFFFFF;
	
	font-size: 16px;
	
	text-transform: capitalize;
}

.eventOverview .elem .datebox .day {
	width: 80px;
	height: 45px;
	
	margin-top: 2px;
	
	background-color:#FFF;
	border: 1px solid #DDD;
	
	-webkit-border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 40px;
	font-size: 40px;
}

.eventOverview .elem h4, .eventOverview .elem p {
	margin-top: 2px;
	margin-bottom: 7px;
}

.eventOverview .elem .description {
	color: #666666;
}

.event_image_small {
	float:right;
	margin-left: 50px;
	margin-bottom: 30px;
}

.event_image_large {
	margin:30px;
}

.News {
	width:984px;
	margin-left:-10px;
	margin-bottom: -80px;
}

.News .News_Button_Left , .News .News_Button_Right {
	width:40px;
	height:170px;
	background:#EFEFEF;
	border:1px solid #DDD;
	cursor:pointer;
}

.News .News_Button_Left {
	float:left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	
	background:#EFEFEF url(../img/newsstream/btn_left.png) center center no-repeat;
}

.News .News_Button_Right {
	float:right;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	
	background:#EFEFEF url(../img/newsstream/btn_right.png) center center no-repeat;
}

.News .News_Button_Left:hover {
	background:#F8F8F8 url(../img/newsstream/btn_left.png) center center no-repeat;
}

.News .News_Button_Right:hover {
	background:#F8F8F8 url(../img/newsstream/btn_right.png) center center no-repeat;
}

.News .News_Content {
	height:170px;
	overflow:hidden;
	vertical-align:top;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}

.News .News_Content .News_Content_Holder {
	position:relative;
	left:0px;
	height:170px;
	white-space: nowrap;
	display: inline-block;
}

.News .News_Content .News_Content_Element {
	position:relative;
	float:left;
	display:inline-block;
	width:269px;
	height:140px;
	margin:0px;
	padding:15px;
	border-right:1px solid #DDD;
	text-decoration:none;
	color:#333333;
	white-space: normal;
}


.News .News_Content .News_Content_Element.News {
	background:#FFFFFF;
}

.News .News_Content .News_Content_Element.Event {
	background:#FFFFFF;
}

.News .News_Content .News_Content_Element.News:hover {
	background:#F8F8F8;
}

.News .News_Content .News_Content_Element.Event:hover {
	background:#F8F8F8;
}


.News .News_Content .News_Content_Element#News0 {
	width:269px;
}

.News .News_Content .News_Content_Element h4 {
	margin:0px;
	margin-top:10px;
	margin-bottom:5px;
	color:#A10000;
}

.News .News_Content .News_Content_Element .thumb {
	float:right;
	margin: 0px;
	margin-left:20px;
}

.News .News_Content .News_Content_Element .news_date {
	position:absolute;
	top:5px;
	right:5px;
	color:#666;
}

.News .News_Content .News_Content_Element .thumb img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	border: 2px solid #FFF;
}

.News .News_Content .News_Content_Element p {
	margin:0px;
}
