/* CSS Document */
/* 
	content:
	- PRESETS
	- LAYOUT
		footer
	- COMMON
	COLOR SET:
	.color00 - bialy (#ffffff)
	.color01 - czarny (#000)
	.color02 - niebieski (#0066ff)
	.color03 - zielony (#009933)
	.color04 - czerwony (#ff0000)
	.color05 - szary jasny (#999)
	.color06 - szary sredni (#666)	
	
*/
/* ------------------------------------------------------------------ */
/* PRESETS */
	@import url("presets.css");
/* ------------------------------------------------------------------ */
/* LAYUOT */
	
	
	body {
		background:url(../images/lt_background.gif) repeat-x #da49af
	
	}
	
	#container, #header, #middle, #footer {
	
		width:950px;
	
	}
	
	#header, #middle, #footer {
	
		clear:both;
		overflow:hidden
	
	}
	
	#container {
	
		width:950px;
		overflow:hidden;
		background:url(../images/lt_content_back_bottom.gif) repeat-x bottom #000;
		margin:10px auto
	
	}
	
	#header {		
		
		height:143px;
		overflow:hidden;
		background:url(../images/lt_header_back.jpg) no-repeat #000
	
	}
	
		#header img.logo {
		
			width:168px;
			height:98px;
			margin:14px 0 0 17px
		
		}	
		#header div.banner {
		
			width:470px;
			float:right;
			/* clear:right; */
			text-align:center;
			font-size:18px;
			font-family:Arial, Tahma, Verdana;
			color:#fff;
			margin:26px 67px 0 0
		
		}
		#header div.login-info {
		
			width:100%;
			float:right;
			clear:both;
			padding:2px 0 0 0
		
		}
		
		#header div.login-info p {
		
			margin-right:10px		
	
		}		
	
	#middle {
	
		background:url(../images/lt_ornament_bottom.gif) no-repeat bottom;
			
	}
	#footer {
	
		background:url(../images/lt_footer_bottom.gif) no-repeat #000 bottom
	
	}
	
	#phone01 {
		width:191px;
		height:86px;	
	}
	
	#collumn01, #collumn02, #collumn03 {
	
		float:left
		
	}
	
	#collumn01 {
	
		width:191px;
		padding:0 16px 0 7px;
			
	
	}
	#collumn02 {
	
		width:522px;
		background:url(../images/lt_content_back_top.gif) repeat-x
	
	}
	#collumn03 {
	
		width:191px;
		padding:0 7px 0 16px
	
	}
	
	
		tr.bright {
		
			background-color:#23001f
			
		}
	
		tr.dark {
		
			background-color:#160013
		
		}
	
	a.topanchor {
	
		font-size:0;
		line-height:0
	
	}
	
	/* ------------------------------------------------------------------ */
	/* footer */
	
		#footer {
		
			width:100%;
			clear:both;
			text-align:center;
			font-size:11px;
			font-family:Tahoma, Arial, Verdana;
			color:#5f5f5f
		
		}
		
			#footer a {
				
				text-decoration:none
				
			}
		
			#footer a:hover {
			
				text-decoration:underline
			
			}
		
			#footer p.nav {
			
				margin:20px 0 0 0
			
			}
					
				#footer p.nav a {
				
					margin:0 8px 0 6px;
					color:#fff
				
				}
				
				#footer p.nav a:hover {
			
					color:#999999
				
				}
			
					#footer p.nav a strong {
					
						color:#fff
					
					}		
	
			#footer p.copyright {
			
				padding-top:8px
			
			}
	
			#footer p.created {
			
				padding-bottom:10px
			
			}
			
				#footer p.copyright a, #footer p.created a {
				
					color:#525252;
					font-size:11px
				
				}
			
				#footer p.copyright a:hover, #footer p.created a:hover {
				
					color:#fff
				
				}	
				
			#phone02 {
			
				color:#c28ab1;
				margin-top:20px ;
				margin-bottom:-10px;
			
			}
	/* ------------------------------------------------------------------ */
	/* Menu top */
		
		#menu {
		 
			width:503px;
			height:33px;
			float:left;
			margin:36px 0 0 37px
			
		} 
		
		ul.nav-1st {
			
			list-style-type:none;
			margin:0 0 0 224px;
		
		}
		
		ul.nav-1st li {
		
			width:98px;
			height:33px;
			margin:0 1px;
			display:block;
			float:left;
			font-size:11px;
			text-align:center;
			line-height:11px;
			background:url(../images/lt_menu_back.gif) no-repeat;
			padding:5px 0 0 0
				
		}
	
		ul.nav-1st li a {
		
			color:#fff;
			font-weight:bold;
			text-decoration:none	
		
		}
		
	
			
/* ------------------------------------------------------------------ */
/* COMMON */
	div.spacer-dotted {
	
		clear:both;
		overflow:auto;
		background:url(../images/dot.gif) repeat-x;
		padding:10px 0;
		margin:0 10px;
		line-height:0;
		font-size:0;
	
	}
	
	label.error {
	
		color:#FF0000;
		font-size:11px;
		margin-left:10px
		
	}		
	
	input.type, textarea {
	
		padding:2px
	
	}
	
	textarea {
	
		font-family:Arial, Tahoma;
		font-size:11px
	
	}
	
	input.radio {
	
		position:relative;
		top:1px
	
	}
	.box {
	   background:url(../images/button_blank.gif) no-repeat;
	   width:165px;
	   height:65px;
	   margin:auto;
	}
	
	.box2 {
	   background-color:#46003D;
	   border:1px solid #7C006C;
	   padding:10px;
	}
	
		
	
	/* ------------------------------------------------------------------ */
	/* pages */	
	
	
		div.pages {
		
			clear:both;
			color:#7A006A;
			font-size:11px;			
			padding:2px;
			text-align:center;
		
		}
		
		div.pages .active {
		
			color:#FFCCFF;
			font-weight:bold;
		
		}
		
		div.pages a.no {
		
			color:#CCCCCC;
			text-decoration:underline;
		
		}
		
		div.pages a, div.pages span {
			margin:0 3px;
		}
		
		div.pages a {
		
			color:#CCCCCC;
			font-weight:normal;
			text-decoration:none;
		
		}		
	/* ------------------------------------------------------------------ */
	/* navi patch */	
	
		div.navi-path {
		
			float:right;
			clear:both;
			overflow:auto;
			color:#fff;
			margin-top:10px;
			margin-bottom:10px;
			font-size:11px
		
		}
	
		div.navi-path span, div.navi-path a {
		
			margin:0 6px
		
		}
		
		div.navi-path span {
		
			color:#FFFFFF;
			font-weight:bold
		
		}
	/* ------------------------------------------------------------------ */
	/* text-content */	
		
		div.text-content {
		
			padding:10px;
		
		}
		div.text-content p, div.text-content li {
		
			color:#fff;
			font-size:12px;
			line-height:16px;
			padding-bottom:8px
		
		}
		
		div.text-content ul, div.text-content ol {
		
			margin-left:20px
		
		}
		
		div.text-content a {
		
			color:#f6b0e5
		
		}
		div.text-content a:hover {
		
			color:#fff;
			text-decoration:underline
		
		}
		
		div.text-content h1 {
		
			font-family:Arial, Tahoma, Verdana;
			font-size:18px;
			letter-spacing:-1px;
			color:#f6b0e5;
			padding:15px 0 10px 0
		
		}
		
		div.text-content h2 {
		
			font-family:Arial, Tahoma, Verdana;
			font-size:16px;
			color:#fff;
			font-weight:bold;
			padding:10px 0 7px 0
		
		}
		
	/* ------------------------------------------------------------------ */
	/* text-container */			
		
		div.text-container {
		
			padding:10px;
		
		}
		div.text-container p, div.text-container li {
		
			color:#fff;
			font-size:12px;
			line-height:16px;
			padding-bottom:8px
		
		}
		
		div.text-container ul, div.text-container ol {
		
			margin-left:20px
		
		}
		
		div.text-container a {
		
			color:#f6b0e5 !important
		
		}
		div.text-container a:hover {
		
			color:#fff !important;
			text-decoration:underline
		
		}
		
			
	/* ------------------------------------------------------------------ */
	/* colors */	
		
		a.color00:hover {
		
			color:#EA96D6 !important
		
		}
	
		.color07 {
		
			color:#f6b0e5 !important
		
		}
		a.color07:hover {
		
			color:#fff !important;
			text-decoration:underline
		
		}
/* ------------------------------------------------------------------ */
/* New products box */
	div.new-products {
	
		width:191px;
		clear:both
	
	}
/* ------------------------------------------------------------------ */
/* Cart-box */
	div.cart-box {
	
		width:191px;
		clear:both;	
		text-align:center;
		color:#fff;
		background:url(../images/lt_ornament02.gif) no-repeat	
	
	}
	
	div.cart-alert {
	
		clear:both; 
		margin:10px 5px 0 5px; 
		border:1px solid #ff72d6;
		background-color:#CD44A5;
		text-align:center; 
		font-size:11px; 
		font-weight:bold;
		padding:5px 10px
	
	}
/* ------------------------------------------------------------------ */
/* Catalog menu */
	div.catalog, div.konkurs {
		width:191px;
		clear:both;			
		background:url(../images/lt_ornament01.gif) no-repeat
	
	}
	
		div.catalog ul.cat {
			
			list-style-image:url(../images/micropoint01.gif);
			margin:10px 0 10px 30px;
			color:#dbadbf
		
		}
		
		div.catalog  ul.cat p {
		
			width:155px;
			overflow:hidden;
			margin:0;
			font-size:11px;		
			padding:2px 0
		
		}
		
			div.catalog ul.cat a {
			
				color:#fef1f6;	
				font-weight:bold;
				text-decoration:none
			
			}
		
			div.catalog ul.cat a:hover {
			
				color:#ea96d6;
				text-decoration:none
			
			}
		
		div.catalog  ul.subcat {
		
			list-style-image:url(../images/micropoint02.gif);
			margin:5px 0 10px 14px;
		
		}
		
			div.catalog  ul.subcat p {
			
				width:145px;
				padding:1px 0
			
			}	
		
			div.catalog ul.subcat a {
			
				font-weight:normal !important;
			
			}	
/* ------------------------------------------------------------------ */
/* Content */
	fieldset.group {
	
		display:block;
		clear:both;
		margin:0 8px 14px 8px;
		border:1px solid #4a1443
	
	}
	
/*
	fieldset.group legend {
		font-family:'Arial Narrow', Arial, Tahoma, Verdana;
		line-height:22px;
		color:#fff;
		padding:0 4px;
		margin:0 6px;
		font-size:22px
	}*/
	
	fieldset.group h1 {
		font-family:'Arial Narrow', Arial, Tahoma, Verdana;
		line-height:22px;
		color:#fff;
		padding:0 4px 4px;
		margin:0 6px;
		font-size:22px;
	/*  background:url(../images/bg_h1_group.jpg) repeat-x;  */
		width:259px;
	}
	div.see-more {
		float:right;
		clear:both;
		display:inline;
		margin-bottom:0;
		margin-right:10px;
		position:relative;
		top:11px;
		background:url(../images/lt_buttonback.gif) repeat-x;
		border:1px solid #3b1436;
		padding:2px 10px 4px 10px;
	
	}
	
	div.see-more a {
	
		font-size:11px;
		color:#e19fd4;
		text-decoration:none
	
	}
	
	div.see-more a:hover {
	
		color:#fff
		
	}
	
	
/* ------------------------------------------------------------------ */
/* Product list */	
	div.product-list {
		
		width:459px;
		overflow:auto;
		margin:12px auto 0 auto;
	
	}
	
	div.product-list div.cell {
		
		width:145px;
		float:left;
		margin:4px;
		display:inline;
		background:url(../images/productcell_back.gif) repeat-x #200c1d;
		border-top:1px solid #722768;
		border-bottom:1px solid #1f0c1c;
		text-align:center;
		position:relative;
	
	}
	
	div.product-list div.cell div.content {
	
		width:143px;
		float:left;
		background:url(../images/productcell_ornament.gif) no-repeat #000;
		padding:5px 0
	
	}
	
	div.product-list div.cell div.recommended {
	
		width:34px;
		height:34px;
		float:left
	
	}
	
	div.product-list div.cell div.prices {
	
		float:left;
		overflow:hidden;
		width:75px
	
	}
	div.product-list div.cell div.news {
		width:56px;
		float:right;
		position:absolute;
		top:0px; 
		right:0px;
	
	}
	div.product-list div.cell div.recommended{
	   position:relative; 
		top:-192px
	
	}
	div.product-list div.cell div.news img {
	   
	}
	div.product-list div.cell div.news img {
	
		left:1px; 
	
	}
	div.product-list div.cell div.recommended img {
	
		right:1px
	
	}
	
	div.product-list div.cell div.thumb {
	
		width:133px;
		height:142px;
		clear:both;
		margin:0 5px;
		background-color:#280023
	
	}
	
	div.product-list div.cell p.title {
	
		width:100%;
		height:42px;
		overflow:hidden;
		margin-top:2px;
		font-size:11px
	
	
	}
	
	div.product-list div.cell p.title a {
	
		text-decoration:none;
		font-weight:bold
	
	}
	
	div.product-list div.cell p.price {
	
		margin:0 0 8px 0;
		font-size:13px;
		font-family:Arial, Tahoma, Verdana;
		font-weight:bold
	
	}	
	
	div.product-list div.cell p.oldprice {
	
		height:11px;
		margin:6px 0 0 0;
		text-decoration:line-through
	
	}	
	
/* ------------------------------------------------------------------ */
/* Product info */	
	div.product-info {
	
		clear:both;
		overflow:auto;
		margin:10px;
		background:url(../images/lt_content_back.gif) bottom repeat-x #170014;
		padding:7px 7px 7px 12px;
		position:relative;
	
	}
	div.product-info div.thumb {
		
		width:158px;
		overflow:auto;
		float:right;
		padding:2px 0;
		text-align:center;
		background-color:#170014
	
	}
	div.product-info td.name {
	
		margin:0;
		overflow:hidden;
		padding:0		
	
	}
	div.product-info p.name {
	
		width:270px;
		font-family:Arial, Tahoma, Verdana;
		font-size:20px;
		color:#fff;
		padding:0;
		padding-top:5px;
	
	}
	
	div.product-info img.news-icon {
		position:absolute;
		right:10px;
		top:9px
	
	}
	
	div.product-info p.name span {
	
		position:relative;		
		top:-8px
	
	}
	div.product-info td.attr {
	
		padding:2px 8px 2px 5px;
		font-size:11px;
		color:#da85c1
	
	}
	div.product-info td {
	
		padding:6px 0
	
	}
	div.product-info td.value {
	
		width:100%
	
	}
	div.product-info p.price {
	
		display:block; 
		float:left; 
		font-family:Arial, Tahoma, Verdana;
		font-size:18px;
		white-space:nowrap;
		color:#feea00;
		padding:6px 6px 6px 0
	
	}
	div.product-info span.oldprice {
	
		text-decoration:line-through;
		font-size:17px;
		font-weight:bold;
		color:#fff
	
	}
	div.product-info img.addtocart {
	
		margin-left:10px;
		position:relative;
		top:5px
	
	}
	
	div.product-info input.num-to-order {
	
		width:30px; 
		margin-left:5px;
		text-align:center
	
	}
	
	p.product-warning {
	
		margin:60px 10px 0 10px; 
		line-height:11px; 
		color:#A01082; 
		position:relative; 
		top:10px;
		font-size:10px
	
	}
	div.thumbnails-container {
	
		width:158px; 
		float:right; 
		overflow:auto; 
		display:inline
	
	}
	div.smallthumbnails-container {
	
		width:158px;
		overflow:auto;
		background-color:#170014;
		clear:both
	
	}
	div.smallthumbnails-container div.thumb_small {
	
		width:73px;
		height:79px;
		float:left;
		background-color:#170014;
		text-align:center;
		padding:0 3px 0 3px;
	}
	div.smallthumbnails-container div.thumb_small table, div.smallthumbnails-container div.thumb_small td {
	
		width:100%;
		height:100%;
		margin:0;
		padding:0;
		line-height:0;
		font-size:0;
		vertical-align:middle
	
	}
	
/* ------------------------------------------------------------------ */
/* Form container */	
	table.form-container {
	
		margin:10px 0
	
	}
	table.form-container td {
	
		padding:4px 10px;
		color:#fff
	
	}
	table.form-container td.attr {
	
		background-color:#250020;
		border-bottom:1px solid #000000;
		
	
	}
	
	table.form-container input.short {	
	
		width:60px
	
	}
	table.form-container input.medium {	
	
		width:120px
	
	}
	table.form-container input.long {	
	
		width:190px
	
	}
/* ------------------------------------------------------------------ */
/* Cart */	
	table.cart {
	
		margin:10px 10px 0 10px
	
	}
	
	table.cart td.num input {
	
		width:25px;
		text-align:center
	
	}	
	table.cart td.name {
	
		width:100%;
		padding:5px 0;
		text-align:left;
		white-space:normal
	
	}
	
	table.cart td.name p {	
	
		width:158px;
		overflow:hidden
	
	}
	
	table.cart span.id-num {
		
		color:#dbadbf
	
	}
	table.cart td {
	
		font-size:11px;
		padding:2px 8px;
		white-space:nowrap;
		color:#fff;
		text-align:center
	
	}
	
	table.cart th {
	
		color:#fff;
		padding:6px 10px;
		background-color:#000000;
		text-align:center
	
	}	
	
	table.cart td.delivery-type {
	
		text-align:left
	
	}
	
	table.cart td.delivery-type label {
	
		position:relative;
		top:-2px
	
	}
	
	table.cart span.currency1, table.cart span.currency2 {
	
		display:none
	
	}
	
	
	
	
	
	
	
/* ------------------------------------------------------------------ */
/* Button */	
	
	div.button-container {
	
		width:100%;
		clear:both;
		overflow:auto;
		padding:40px 0 0 0
			
	}
	
	input.button {
		
		width:150px;
		font-weight:bold;
		font-family:Tahoma;
		background:url(../images/button_back_up.gif) repeat-x;
		background-color:#290024;
		border:0;
		padding:3px 8px;
		cursor:pointer;
		color:#fff
		
	}
	input.button-down {
		background-color:#290024;
		background-image:none		
	}
	input.button-mouseover {
		color:#DBADBF;
	}	
/* ------------------------------------------------------------------ */
/* logged box */
	div.logged-box div {
	
		text-align:center;
		margin:10px 0
	
	}
	div.logged-box input {
	
		margin:4px 0
	
	}
	
	
/* ------------------------------------------------------------------ */
/* new products */	
	div.new-products div.cell {
	
		width:173px;
		clear:both;
		overflow:auto;
		margin:0 9px;
		font-size:11px;
		color:#fff;
		border-bottom:1px solid #800070;
		padding:6px 0
	}
	
	div.new-products table {
	
		width:60px;
		float:left;
		margin:0 6px 0 0		
	
	}
	
	div.new-products td {
	
		width:60px; 
		height:76px;		
		vertical-align:middle; 
		text-align:center; 
		background-color:#280023	
	
	}
	
	div.new-products div.cell a {
	
		text-decoration:none
	
	}
	
	div.new-products div.cell p.name {
	
		width:104px;
		overflow:hidden;
		padding-bottom:8px
	
	}
	div.new-products div.cell p.more {
	
		padding-bottom:10px;
		text-align:right
	
	}
	div.new-products div.cell p.price {
	
		text-align:right;
		font-weight:bold
	
	}
	/* ------------------------------------------------------------------ */
	/* alert-box */	
	
	
		div.alert-box {
		
			width:99%;
			clear:both;
			padding:10px 0 0 0;
			margin:20px auto;
			background-color:#46003D;
			border:1px solid #7C006C
		
		}
	
		div.alert-box p {
		
			margin-bottom:5px;
			color:#fff;
			font-weight:bold;
			text-align:center;
			padding:0 13px 8px 13px			
		
		}		
		
		
	
	/* ------------------------------------------------------------------ */
	/* order-list */	
		
			
		table.order-list {
		
			width:100%
		
		}
	
		table.order-list td {
		
			padding:10px 8px 8px 8px;
			color:#fff;
			font-size:11px;
			vertical-align:top
		
		}
		
		table.order-list th {
		
			color:#fff;
			padding:6px 10px;
			background-color:#000000;
			text-align:center
		
		}
	
		table.order-list td.num {
		
			white-space: nowrap
		
		}
		
		table.order-list td.list {
		
			width:100%;
			padding-top:0px
		
		}
		
		table.order-list td.list li {
		
			font-size:11px;
			padding-bottom:2px
			
		}
		table.order-list td.list li p {
		
			width:360px;
			font-size:11px;
			margin:0;
			padding:0;
			overflow:hidden
		
		}
		
		table.order-list input.button {
		
			width:70px;
			margin-bottom:5px
			
		}		
		
		
		
	
	/* ------------------------------------------------------------------ */
	/* search-results */	
				
		
	
		div.search-results {
		
			clear:both;
			overflow:auto;
			padding:10px
		
		}
		
		div.search-results div.cell {
		
			width:100%;
			overflow:hidden;
			padding:10px 0;
			border-bottom:1px solid #4A1443
		
		}
	
		div.search-results table {
		
			width:60px;
			float:left;
			margin:0 6px 0 0		
		
		}
		
		div.search-results td {
		
			width:60px; 
			height:76px;		
			vertical-align:middle; 
			text-align:center; 
			background-color:#280023	
		
		}
		
		div.search-results p.desc {
	
			color:#fff;
			padding:5px 0 3px 0;
			font-size:11px
	
		}
	
		div.search-results p.more {
	
			font-size:11px;
			padding:3px 0
	
		}
		
		div.search-results span.highlighted {
		
			background-color:#ff55cd;
			color: black
		
		}		
		
/********************************************/
.box-cap {
   font-family:"Trebuchet MS", Arial, Tahoma, Verdana;
   color:#FEFFFF;
   font-size:15px; 
   text-align:center;
   background-repeat:no-repeat;
   padding-top:7px;
   padding-bottom:8px;
   font-weight:bold;
}
.box-cap-left {
   background-image:url(../images/box_cap_bgL.png); 
}
.box-cap-right {
   background-image:url(../images/box_cap_bgR.png); 
}
.submit {
   background-image:url(../images/btn_search.png); 
   background-repeat:no-repeat;  
   background-position:center center;
   background-color:#000;
   padding-top:2px;
   padding-bottom:3px;
   color:#FFF;
   font-weight:bold;
   border:0px;
   width:80px;
}
.creditcard {
   background-image:url(../images/credit_cards.png); 
   background-repeat:no-repeat;  
   padding-top:5px;
   color:#C28AB1;
   font-weight:bold;
   width:165px;
   height:69px;
   text-align:center;
   font-size:10px;
   margin:auto;
}
.seemore {
   display:inline;
   background-image:url(../images/btn_more.png); 
   background-repeat:no-repeat;  
   background-position:center;
   padding-top:3px;
   padding-bottom:7px;
   width:68px;
   color:#FFF;
   font-weight:bold;
   border:0px;
   text-decoration:none;
   font-size:10px;
   display:block;
   margin:auto;
   clear:both;
}
.toptip {
   background-image:url(../images/toptip_bg.png); 
   background-repeat:repeat-x;  
   background-position:center; 
   padding:0px 10px;
   color:#FFF;
   font-weight:bold;
   font-size:10px;
   float:left;
   padding-bottom:7px;
}
.welcome {
	float:left;
	color:#FFF;
	margin:0 8px 14px;
}
.welcome p {
	font-size:11px;
}
.welcome h1 {
	font-family:'Arial Narrow',Arial,Tahoma,Verdana;
	font-size:22px;
	line-height:22px;
	margin:5px 0 5px 0;
	color:#F6B0E5;
}
.welcome h2 {
	font-family:Arial, Tahoma, Verdana;
	font-size:14px;
	color:#fff;
	font-weight:bold;
	padding:10px 0 7px 0
}

.stroik {
   background-image:url(../images/stroik.png); 
   position:absolute;
   width:105px;
   height:87px;
   top:7px;
   left:42px;
}

h2.pdf a{
	background-image:url(../images/pdf.png); 
	background-repeat:no-repeat;
	padding:15px 0 15px 55px;
}

div.konkurs {
	height:93px;
	font-family:"Trebuchet MS" !important;
	cursor:pointer;
	background-image:url(../images/konkurs-bg.jpg);
	background-position:bottom;

}

div.konkurs a {
	float:right;
	color:#fff;
	margin-right:10px;
	text-decoration:none;
}

div.konkurs:hover a {
	color:#feea01;
}

div.konkurs h2 {
	color:#feea01;
	font-size:16px;
	text-align:center;
	font-weight:bold;
	font-family:"Trebuchet MS";
	margin:10px 0 5px 0;
}

.awards-res {
	padding-top:20px;
	text-align:left;	
}

.awards-res h3 {
	font-size:14px;
	color:#DA85C1;	
	margin-bottom:5px;	
}

.awards-res p {
	margin-bottom:5px;
}

.awards-res em {
	color:#DA85C1;
	font-weight:bold;	
}
