@media screen {
    @import url(./StyleSheet/Common.css);
	@import url(./StyleSheet/SkinObjects.css);
	@import url(./StyleSheet/MiniCart.css);
	@import url(./StyleSheet/Cart.css);
	@import url(./StyleSheet/StoreFront.css);
}
@import url(./StyleSheet/FontStyles.css); /* Font styles everytime */

/* Prolabels Store Styles */
.ListContainer-Entity		{ text-align:center; padding:20px 0 0 0;}
.ListContainer-Title		{ width:100%; border-bottom:1px solid #d4effa; padding:0 0 10px 0; font-family:Arial; font-size:18px; color:#28abdf; font-weight:bold; }
.ListContainer-Title SPAN	{ display:inline; width:1px; min-width:1px; white-space:nowrap; font-family:Arial; font-size:18px; color:#28abdf; font-weight:bold; }

/* divs */
.NewProduct-Entity			{ width:600px; max-width:600px; text-align:center; position:relative;  clear:both; padding:5px 0 0 0; }
.NewProduct-Image			{ width:100px; height:100px; text-align:left;   vertical-align:top; }
.NewProduct-Title 			{ width:100px; height:100px; text-align:center; vertical-align:middle; }
.NewProduct-Price 			{ width:100px; text-align:middle; }
.NewProduct-Summary			{ width:120px; height:100px; text-align:left;   vertical-align:middle; }
.NewProduct-LinkDetail		{ width: 50px; height:100px; text-align:left; vertical-align:middle; color:#333333;}
.NewProduct-AddToCart		{ width:100px; height:100px; text-align:right;  vertical-align:middle; }

.NewProduct-Image IMG		{ border:0; }
.NewProduct-Title SPAN		{ font-family:Arial; font-size:13px; color:#0d69b2; font-weight:bold; padding:0 0 10px 0; }
.NewProduct-Price SPAN		{ font-family:Arial; font-size:13px; color:#705949; font-weight:bold; }
.NewProduct-Summary SPAN		{ font-family:Arial; font-size:11px; color:#333333; }

/* divs */
.ProductDetail-Entity		{ padding:20px 0 10px 0; }
.ProductDetail-Image		{ text-align:right; width:auto; height:auto; padding:0 20px 0 0; }
.ProductDetail-Summary		{ text-align:left; padding:20px 0 0 0; }
.ProductDetail-Price		{ text-align:left; padding:10px 10px 0 0; height:10px; display:inline; }
.ProductDetail-VATPrice		{ text-align:left; padding:10px 0 0 0; height:10px; display:inline; }
.ProductDetail-AddToCart		{ text-align:left; padding:20px 10px 0 0; }

.ProductDetail-Title SPAN	{ font-family:Arial; font-size:17px; color:#28abdf; font-weight:bold; text-align:left; padding:0; }
.ProductDetail-Summary SPAN	{ font-family:Arial; font-size:11px; color:#333333; }
.ProductDetail-Price SPAN	{ font-family:Arial; font-size:16px; color:#705949; font-weight:bold; height:auto;  }
.ProductDetail-VATPrice SPAN	{ font-family:Arial; height:auto; }

/* Basket */
.CartMasterTABLE			{ text-align:center; width:100%; }
.CartMasterTABLE TD			{ text-align:center; }
.CartDetailsMasterTABLE 		{ text-align:center; width:100%; }
.Store-Cart-BtnViewCartMasterTD { text-align:center; width:100%; vertical-align:middle; height:15px; }
.Store-Cart-BtnViewCart		{ margin-left:auto; margin-right:auto; }

.Store-Boutton-left			{ width:8px; height:23px; border:0; BACKGROUND-IMAGE: url(images/gel_left.gif); background-repeat:no-repeat; }
.Store-Boutton-right		{ width:9px; height:23px; border:0; BACKGROUND-IMAGE: url(images/gel_right.gif); background-repeat:no-repeat; }
.Store-Boutton-spacer		{ width:15px; height:23px; BACKGROUND-IMAGE: url(images/gel_background.gif); BACKGROUND-REPEAT: repeat-x; padding:0; }
.Store-Boutton-back			{ height:23px; BACKGROUND-IMAGE: url(images/gel_background.gif); BACKGROUND-REPEAT: repeat-x; padding:0; vertical-align:middle; }
.Store-Boutton-spacer_gray	{ width:15px; height:23px; BACKGROUND-IMAGE: url(images/gel_background.gif); BACKGROUND-REPEAT: repeat-x; padding:0; }
.Store-Boutton-back_gray		{ height:23px; BACKGROUND-IMAGE: url(images/gel_background.gif); BACKGROUND-REPEAT: repeat-x; padding:0; vertical-align:middle; }

.Store-Account-BtnTD		{ padding:0 15px 0 0; text-align:right; float:right; margin-top:-20px; }
.Store-DataGrid span			{ font-size:12px; }

.Store-CategoryMenu-ItemSelected A:link,
.Store-CategoryMenu-ItemSelected A:active,
.Store-CategoryMenu-ItemSelected A:visited,
.Store-CategoryMenu-ItemSelected { color:#ffffff; }
.Store-CategoryMenu-ItemSelected A.:hover { color:#BD9B6E; }
.Store-CategoryMenu-Item A.:link,
.Store-CategoryMenu-Item A.:active,
.Store-CategoryMenu-Item A.:visited,
.Store-CategoryMenu-Item { color:#ffffff; }
.Store-CategoryMenu-Item A.:hover { color:#BD9B6E; }