/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

body, 
select, 
tbody {
	line-height: 1.4em; /* Results in 18px. */
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}
/*@font-face {
    font-family: 'BellGothicBTRoman';
    src: url('/VidalFonts/belgothn-webfont.eot');
    src: url('/VidalFonts/belgothn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/VidalFonts/belgothn-webfont.woff') format('woff'),
         url('/VidalFonts/belgothn-webfont.ttf') format('truetype'),
         url('/VidalFonts/belgothn-webfont.svg#BellGothicBTRoman') format('svg');

}

@font-face {
    font-family: 'AvantGardeBkBTBook';
    src: url('/VidalFonts/avgardn-webfont.eot');
    src: url('/VidalFonts/avgardn-webfont.eot?#iefix') format('embedded-opentype'),
         url('/VidalFonts/avgardn-webfont.woff') format('woff'),
         url('/VidalFonts/avgardn-webfont.ttf') format('truetype'),
         url('/VidalFonts/avgardn-webfont.svg#AvantGardeBkBTBook') format('svg');
}

@font-face {
    font-family: 'AvantGardeMdBTMedium';
    src: url('/VidalFonts/avgardm-webfont.eot');
    src: url('/VidalFonts/avgardm-webfont.eot?#iefix') format('embedded-opentype'),
         url('/VidalFonts/avgardm-webfont.woff') format('woff'),
         url('/VidalFonts/avgardm-webfont.ttf') format('truetype'),
         url('/VidalFonts/avgardm-webfont.svg#AvantGardeMdBTMedium') format('svg');
}*/
hr {
	height: 0px;
	color: #696969;
	line-height: 0px;
	font-size: 0px;
	border-top: 1px solid #FFFFFF;
	margin: 4px 0px 10px 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	padding: 0;
	margin: 0;
	line-height: 1.5em;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

h1 {
	font-size: 38px;
	color: #231f20;
	font-weight: normal;
	letter-spacing: -1px;
}

h2 {
	margin: 0 0 0.8em 0;
	font-size: 20px;
	color: #231f20;
	font-weight: normal;
}
h3 {
	color: #666666;
	font-size: 14px;
	margin: 0 0 0.8em 0;
}

h4 {
	margin: 0 0 0.5em 0;
	line-height: 1.3em;
	font-size: 14px;
	color: #231f20;
	font-weight: bold;
}
h5 {
	color: #e51b24;
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
}
h6 {
	font-size: 1em;
}

p {
	margin-bottom: 1em;
}
blockquote {
	margin: 10px 20px;
}
#cPCTop p {
	padding: 30px 0px 0px 0px;
	width: 400px;
	color: #231f20;
	float: right;
	font-size: 16px;
	line-height: 1.5em;
}

a {
	text-decoration: underline;
	color: #e51b24;
}

a:hover {
	text-decoration: none;
}

a img{border:none; text-decoration:none;}

br {
	clear: both;
	height: 0;
	line-height: 0;
}



/* === [ Asterix - Required ] === */
.RequiredMarker {
	color: #999999;
	padding: 0px 2px;
	line-height: 0.1em;
	}


/* === [ HTML List Styles ] === */

#cPC ol,
#cPC menu,
#cPC dir {
	line-height: 1.5em;
	margin: 0px 0px 0px 20px;
	padding: 0 0 4px 0px;
}
#cPC ul {
	line-height: 1.5em;
	margin: 0px 0px 10px 20px;
	padding: 0 0 4px 0px;
}
#cPC li {
	font-size: 12px;
	padding: 0px 0px 0px 0px;
}
#cPC li li{
	font-size: 12px;
}
#cPC ol li {
}
#cPC ul li {
	
}
#cPC ul li li {
	font-weight: normal;
	background: none;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li {
	font-weight: normal;
	border-style: none;
	list-style-type: upper-alpha;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 20px;
}
#cPC ol li li li { 
	font-weight: normal;
	list-style-type: upper-roman;
}
#cPC ol li li li li { 
	font-weight: normal;
	list-style-type: lower-roman;
}
#cPC ol li a, 
#cPC ol li a:hover {
	text-decoration: underline;
}
#cPC ol li a:visited {
	text-decoration: none;
}
#cPC ul li a, 
#cPC ul li a:hover {
	text-decoration: underline;
}
#cPC ul li a:visited {
	text-decoration: none;
}

/* === [ GLOBAL PAGINATION ] ============================== */

/* Displays at the Top of list */
.Pagination {
    color: #000000;
    font-size: 12px;
    padding: 0 0 15px;
}
.OrderingTop {
	margin: 0px 0px 10px 0px;
	position: relative;
	clear: both;
}
 /* Displays at the Bottom of list */
.OrderingBottom {
	margin: 10px 0px 10px 0px;
	position: relative;
	clear: both;
}
/* Numbers */
 	.OrderingTop a, 
	.OrderingBottom a {
		padding: 0 2px;
	}
	.OrderingTop a:hover, 
	.OrderingBottom a:hover {
	}
/* Selected Page */
	.SelectedPage {
		text-decoration: none;
		padding: 0 2px;
	}
/* Next and Back */
	.OrderingTop a.OrderingNext, 
	.OrderingBottom a.OrderingNext {
		border: 0;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/Templates/_images/icon_next.gif) no-repeat right;
		padding: 0 1em;
	}
	.OrderingTop a.OrderingBack, 
	.OrderingBottom a.OrderingBack {
		border: 0;
		text-transform: uppercase;
		text-decoration: none;
		background: url(/Templates/_images/icon_back.gif) no-repeat left;
		padding: 0 1em;
	}
	
/* -----[ GLOBAL LIST - used for most add-on modules ]-------------------------------------------- */


.ListHolder {
	width: auto;
	height: auto;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0 0px;
	clear: both;
	display: block;
}
.home #cPC .ListHolder {
	width: auto;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0 0px;
	
}
#cPCBottom .ListHolder {
	float: right;
	clear: none;
	width: 620px;
	display: inline;
	margin: 0 0 0 0px;
	padding: 8px 0px 16px 0px;
	background:#e4e2e3 url(/Templates/Vidal/_images/onlinewineshop-home.jpg) no-repeat top left;
	border:#fff 7px solid;
}


/* Hides from IE Mac \*/
* html .ListHolder {
   height: 1%; }
.ListHolder {
   display: block; }
/* End hide from IE-mac */

.ListItem {
	position: relative;
	margin: 0.4em 0;
	padding: 12px;
	display: block;
	width: auto;
	background:#e9e7e8 url(/Templates/Vidal/_images/home-catlistItem.gif) repeat-x top left;
}
#cPCBottom .ListItem {
	margin: 0 0 0 380px;
	padding: 0 0 0 0;
	background: none;
}


.home #cPC .ListItem{
	margin: 0.4em 0;
	padding: 20px;
	display: inline;
	width: 275px;
	float: right;
	clear: none;
	min-height: 130px;
}

	/* Custom Title */
	.ListCustomTitle {
		margin: 0.3em 0 0.3em 0;
		padding: 0;
		font-size: 18px;
		font-weight: bold;
		text-transform: uppercase;
		color:#231f20;
	}
	.home #cPC .ListCustomTitle {
		text-align:right;
		margin: 0 0 0 0;
	}
	


	/* Separators */
	.ListPrimarySeparator {
		margin: 0.2em 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	.ListSecondarySeparator {
		margin: 0.2em 0;
		font-size: 1.3em;
		font-weight: bold;
	}
	/* Separators */
	.ListCategory {
		margin: 0.2em 0;
		font-size: 1.2em;
	}
	.ListSubCategory {
		margin: 0.2em 0;
		font-size: 1.2em;
		padding: 0 0 0 0.6em ;
	}

	/* Thumbnail */
	.ListThumbnail {
		border-style: none;
		margin: 0 20px 0 0;
		float: left;
	}
	#cLS .ListThumbnail{
		float: none;
		margin: 0 0px 0.3em 0;
	}

	/* Title */
		.ListTitle {
			padding: 0;
			font-size: 16px;
			font-weight: bold;
			text-decoration: none;
			margin: 0 0 0 0;
		}
		
		.ListTitle a:visited, 
		.ListTitle a:link, 
		.ListTitle a:hover {
			color: #000;
			text-decoration: none;
		}
		#cPCBottom .ListTitle {
			padding: 0;
			font-size: 0.8em;
			font-weight: normal;
			text-decoration: none;
			margin: 0 0 0 0;
		}
		
		#cPCBottom .ListTitle a:visited, 
		#cPCBottom .ListTitle a:link {
			color: #808082;
			text-decoration: none;
		}
		#cPCBottom .ListTitle a:hover {
			color: #e51b24;
			text-decoration: underline;
		}
		.LatestNews .ListTitle {
			margin: 0.3em 0 0 0;
		}
		.LatestNews .ListTitle a:visited, 
		.LatestNews .ListTitle a:link, 
		.LatestNews .ListTitle a:hover {
			color: #b7a890;
		}
		

	/* Date, Keywords */
		.ListItemDate,
		.ListAuthor {
			margin: 0 0 0.5em 0;
			color:#808082;
			text-transform: uppercase;
			font-size: 11px;
		}
		
		.ListKeywords,
		.ListCode {
			margin: 0 0 0 0;
			font-size: 1em;
			color:808082;
		}
	/* Product Catalogue SKU, Price, SalePrice */
		.ListSKU,
		.ListPrice,
		.ListSalePrice {
			margin: 0 0 0 0;
			font-size: 1em;
		}
	/* Summary */
		.ListSummary {
			margin: 0px 0 0 0;
			line-height: 1.3em;
			font-size: 12px;
		}
		.ListSummary a {
			display: block;
			font-size: 80%;
			font-weight: bold;
			margin: 0px 0 0 0;
			text-decoration: none;
		}
		

	/* Creator, Created Date, Updator, Updated Date */
		.ListCreator,
		.ListCreatedDate {
		font-weight: normal;
		font-size: 11px;
			margin: 0 0 0 0;
			float: left;
			clear: left;
		}
		.ListUpdator,
		.ListUpdatedDate {
		font-weight: normal;
		font-size: 11px;
			margin: 0 0 0 0;
			float: right;
			clear: right;
		}

	/* EndItem (Visual break between each list item) */
		.ListEndItem {
			font-size: 0px;
			margin: 0 0 0 0;
			float: none;
			clear: both;
		}
		
