/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.containermaster_rep {
	width: 100%;
	background-color: #FFF;
	border-right: #3D3D3D 1px solid; 
	border-top: #3D3D3D 1px solid; 
	border-left: #3D3D3D 1px solid; 
	border-bottom: #3D3D3D 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.containerrow1_rep {
  /*background-image: url(gradient_LtBlue.jpg);*/
	background-repeat: repeat-x;
	border-bottom: #3D3D3D 1px solid;
	background-color: #FED9FE;
	
}
.containerrow2_rep {
	
	background:transparent url(/Portals/0/SiteImages/free-uk-delivery-bg.png) repeat scroll 0 0;
	font-size:x-small;
	font-family:Arial;
	color:#000;
	width: 747px;
	height: 30px;
	}
	
.uzw .containerrow2_rep {
	
	background:transparent none;
	font-size:x-small;
	font-family:Arial;
	color:#000;
	width: 752px;
	height: 30px;
	}
	

.uzw2 .containerrow2_rep {
	
	background:transparent none;
	font-size:x-small;
	font-family:Arial;
	color:#000;
	width: 752px;
	height: 30px;
	}

.uzw hr.containermaster_vortex {

	display: none;
	visibility: hidden; 
	
	}

.uzw2 hr.containermaster_vortex {

	display: none;
	visibility: hidden; 
	
	}
	
table.containerrow2_rep img {

	visibility: hidden;
	display: none; 
	
	}
	
	
span#dnn_ctr468_ShoppingCart_ctlShipToUserData_valLastName {


	margin-top: 3px;

}

*html span#dnn_ctr468_ShoppingCart_ctlShipToUserData_valLastName {


	margin-top: 3px;

}

span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valUnit {

	margin-top: -8px;

}

span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valStreet, span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valCity   {

	margin-top: -6px;

}

*html span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valUnit, *htm span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valStreet, 
*htm span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valCity, *htm span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valPostal, 
*html span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valTelephone    {

	margin-top: 0px;

}


span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valPostal, span#dnn_ctr468_ShoppingCart_ctlShipToAddressData_valTelephone  {

	margin-top: -10px; 
	
	}
	
	
.containermaster_transparent {
	width: 100%;
	background-color: transparent;

	
}

.containermaster_transparent-Cart {
	width: 100%;
	background-color: transparent;
	position:relative;
	top: 150px;
	height:50px;

	
}

*html .containermaster_transparent-Cart {

	top: -50px;
	margin-bottom:144px;

}

/*This styles the main menu and sub-menu boxes. Here you can set an overall border and background color for these elements. The z-index sets the stacking order relative to other positioned elements. If you remove the z-index the menu will not display when you hover over the menu icon in the container.*/
.ModuleTitle_SubMenu {
    border-left: #A6A6A6 0px solid; 
	border-bottom: #A6A6A6 1px solid; 
	border-top: #A6A6A6 1px solid; 
	border-right: #A6A6A6 0px solid;
	cursor: pointer; 
	cursor: hand; 
	color: #ffffff; 
	font-size: 5pt; 
	font-weight: bold; 
	font-style: normal; 
	background-color: #A6A6A6;
	font-family:Trebuchet MS; 
}

/*Styles the menu item when hovering over a menu item with the mouse.*/
.ModuleTitle_MenuItemSel 
{
    cursor: pointer; 
    cursor: hand; 
    color: white; 
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 15px; 
  /*font-weight: bold; */
    font-style: normal;
    background-color: #C9C9C9;
}
/*Sets the height of the menu bar section. */
.ModuleTitle_MenuBar
 {
    cursor: pointer; 
    height: 20px;
}
/* Styles the elements that surround the triangle for the module settings menu.
.ModuleTitle_MenuContainer
{
    border-bottom: blue 3px solid; 
    border-left: blue 3px solid; 
    border-top: blue 3px solid; 
    border-right: blue 3px solid;
    background-color: yellow;
}*/
