﻿/* ///////////////////////// POPUP STYLES ///////////////////////// */

.ModalPopupBackground
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

/* ///////////////////////// BOX & FRAME STYLES ///////////////////////// */
/* ----- Box & Frame ----- */
.BoxBorder
{
    border:1px solid #CCCCCC;
}

.Frame_NewsMarquee /* Scrolling News Marquee Frame*/
{
    height:300px;
}

.Frame_SideBarProductMarquee /* Scrolling News Marquee Frame*/
{
    height:200px;
}

/* ----- Tab ----- */
.ContentTab
{
	height:20px;
	background-image:url('/AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bar_Box/Content_Tab_Silver1.png');
	background-repeat:no-repeat;
	
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:11px;
}

.ContentTab_Rounded
{
	height:20px;
	background-image:url('/AppWeb/eCms/Cuz/Std/Pages/Style/Images/Bar_Box/Content_Tab_Silver2.png');
	background-repeat:no-repeat;
	
	font-family:Arial, Tahoma, Verdana, Times New Roman;
	font-size:11px;
}

/* ----- Border ----- */
.TopBorder
{    
	border-top:1px solid #BDBEBD;
}

.BottomBorder
{
	border-bottom:1px solid #BDBEBD;
}

.TopBorder_Dotted
{    
	border-top:1px dotted #BDBEBD;
}

.BottomBorder_Dotted
{
	border-bottom:1px dotted #BDBEBD;
}

.BoxBorder
{
	border:1px solid #C0C0C0;
}

.DarkBorder
{
	border: solid 1px #000000;
}

.LightBorder
{
	border: solid 1px #BDBEBD;
}

.DarkBorder_Rounded
{
	border: solid 1px #000000;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.LightBorder_Rounded
{
	border: solid 1px #BDBEBD;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.BoxCornerRounded_Big
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.BoxCornerRounded_Medium
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.BoxCornerRounded_Small
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.BoxCornerRounded_Big_Shadow
{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.fb-comments, .fb-comments iframe[style] 
{
    width: 100% !important;
}